From cb56f78583a82b9b502211710e489981f2eea50f Mon Sep 17 00:00:00 2001 From: Ales Katona Date: Sun, 17 Jul 2022 17:08:46 -0700 Subject: [PATCH] expand description --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"