From f7e92e21b432ab7ae24740de7fb2c83e1c7d02cf Mon Sep 17 00:00:00 2001 From: Piyush Mishra Date: Mon, 28 Jun 2021 08:35:13 +0530 Subject: [PATCH] toml changed --- Cargo.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 69bb8c8..cf8f3a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,12 @@ [package] name = "rang" version = "0.1.0" -authors = ["Piyush Mishra "] -license = "GPL 3.0" +description = "Just another colour chooser" +authors = ["PiyushXCoder "] +license = "GPL-3.0-only" +readme = "README.md" +repository = "https://github.com/PiyushXCoder/Rasp-Manager" +keywords = ["color", "color-chooser", "color-picker", "gtk"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html