about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGenny <gen@nyble.dev>2020-10-06 20:20:03 -0500
committerGenny <gen@nyble.dev>2020-10-06 20:20:03 -0500
commit212c5b304328ec4d66f7e6b9c91bd65154918fff (patch)
tree7d344864bcd5509a381f6dc86701b4317204cdd4 /Cargo.toml
parent4dfa8fa22bc70c96adc902ded4b8795cab061627 (diff)
downloadgifed-212c5b304328ec4d66f7e6b9c91bd65154918fff.tar.gz
gifed-212c5b304328ec4d66f7e6b9c91bd65154918fff.zip
Get ready for first publish
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dc07e9a..2121b44 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,8 @@ name = "gifed"
 version = "0.1.0"
 authors = ["Brad Alfirevic <brad@genbyte.dev>"]
 edition = "2018"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+license = "CC0-1.0"
+description = "Gif encoding and decoding with fine control"
+repository = "https://github.com/genuinebyte/gifed"
 
 [dependencies]