diff --git a/Cargo.toml b/Cargo.toml index 75df17e..5db64fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "cargo-vcs" version = "0.1.0" -description = "Cargo Version Control System helper" +description = "Cargo workspace helper for Version Control System project management" edition = "2021" license = "AGPL-3.0-only" authors = ["Aleš Katona "] rust-version = "1.59" readme = "README.md" -keywords = ["cargo", "git", "versioning", "workspace"] +keywords = ["cargo", "git", "versioning", "workspace", "vcs"] categories = ["development-tools::cargo-plugins", "command-line-utilities"] repository = "https://codeberg.org/almindor/cargo-vcs"