Add more metadata to Cargo.toml

This commit is contained in:
2021-11-19 22:44:12 +01:00
parent 310ca5aa2b
commit 163f142192

View File

@@ -10,6 +10,17 @@ Manage multiple git repositories.
You configure the git repositories in a file, the program does the rest! 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. # Required for `std::path::Path::is_symlink()`. Will be released with 1.57.
rust-version = "1.57" rust-version = "1.57"