diff --git a/Cargo.toml b/Cargo.toml index 751ef6f3..b74df363 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,11 @@ name = "oxipng" version = "0.1.0" authors = ["Joshua Holmer "] +description = "A lossless PNG compression optimizer" +license = "MIT" +documentation = "https://github.com/shssoichiro/oxipng" +homepage = "https://github.com/shssoichiro/oxipng" +repository = "https://github.com/shssoichiro/oxipng" [dependencies] bit-vec = "^0.4.2"