Updated the tagline for the crate's help output

This commit is contained in:
2025-09-09 17:58:07 -06:00
parent 3bb9055f80
commit bd81446bf8
2 changed files with 2 additions and 83 deletions
+2 -5
View File
@@ -3,8 +3,8 @@ name = "gman"
version = "0.1.0"
edition = "2024"
authors = ["Alex Clarke <alex.j.tusa@gmail.com>"]
description = "Universal credential management CLI"
keywords = ["cli", "secrets", "credentials", "passwords"]
description = "Universal secret management and command injection tool"
keywords = ["cli", "secrets", "credentials", "command-line", "encryption"]
documentation = "https://github.com/Dark-Alex-17/gman"
repository = "https://github.com/Dark-Alex-17/gman"
homepage = "https://github.com/Dark-Alex-17/gman"
@@ -40,9 +40,6 @@ dialoguer = "0.12.0"
chrono = "0.4.42"
indoc = "2.0.6"
[dev-dependencies]
mockall = "0.12.1"
[[bin]]
bench = false
name = "gman"