From d488fd578d8293fe267bdbad582b30771fa8c01f Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Tue, 23 Aug 2022 12:24:59 -0500 Subject: refactored code into methods --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b30df36..eba99ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,11 @@ name = "bubbles" version = "0.1.0" edition = "2021" +authors = ["Jacob Janzen"] +description = "Creates a procedurally generated image that sort of looks like bubbles" +repository = "https://github.com/JacobJanzen/Bubbles/" +license = "GPL-3.0" +keywords = ["generative-art","gif"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit v1.2.3