diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
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] |