From: Gustav Eek Date: Thu, 2 Feb 2023 07:14:51 +0000 (+0100) Subject: Sys. Add description parameters to cargo conf X-Git-Tag: v.0.2 X-Git-Url: https://git.g-eek.se/?a=commitdiff_plain;h=e2cbf2bef48c7973f7e2a094a5be4a52f8c0151a;p=ranknauto.git Sys. Add description parameters to cargo conf --- diff --git a/Cargo.toml b/Cargo.toml index 2132b73..abd5f88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,13 @@ name = "ranknauto" version = "0.1.0" authors = ["Gustav Eek "] +license = "GPL-3.0-or-later" +description = "Rank N' Auto, automatic normalized ranking" +readme = "README" +homepage = "https://g-eek.se" +repository = "gitolite3@git.g-eek.se:ranknauto" +keywords = ["rank", "rankorder"] +categories = ["command-line-utilities"] edition = "2018" [dependencies]