From b157c44871d6df01776112e29a564a1d9edddc37 Mon Sep 17 00:00:00 2001 From: timvisee Date: Thu, 18 Aug 2022 18:56:13 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) 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"