From 163f142192b8e619317902694d4f44e85c5e4fad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Fri, 19 Nov 2021 22:44:12 +0100 Subject: [PATCH] Add more metadata to Cargo.toml --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b44ea8c..827c1e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,17 @@ Manage multiple git repositories. You configure the git repositories in a file, the program does the rest! """ +keywords = ["git"] +categories = [ + "command-line-utilities", + "development-tools", +] + +homepage = "https://github.com/hakoerber/git-repo-manager" +repository = "https://github.com/hakoerber/git-repo-manager" + +readme = "README.md" + # Required for `std::path::Path::is_symlink()`. Will be released with 1.57. rust-version = "1.57"