aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2022-08-23 12:24:59 -0500
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2022-08-23 12:24:59 -0500
commitd488fd578d8293fe267bdbad582b30771fa8c01f (patch)
tree3addc70cc27c37d224d830243cae237a93fdbec2 /Cargo.toml
parentc463fb7d0ab36c44046a5a7edc88902f5b90e710 (diff)
refactored code into methods
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
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