diff --git a/Cargo.toml b/Cargo.toml index 741ac4a..0438239 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,15 @@ name = "pixelpwnr" version = "0.1.0" authors = ["Tim Visée "] +license = "GPL-3.0" +readme = "README.md" +homepage = "https://timvisee.com/projects/pixelpwnr" +repository = "https://github.com/timvisee/pixelpwnr" +description = "Insanely fast pixelflut client for images and animations" +keywords = ["pixelflut", "pixelpwnr"] +categories = [ + "command-line-utilities", +] [dependencies] bufstream = "0.1"