From e2cbf2bef48c7973f7e2a094a5be4a52f8c0151a Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Thu, 2 Feb 2023 08:14:51 +0100 Subject: [PATCH] Sys. Add description parameters to cargo conf --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) 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] -- 2.39.2