diff options
Diffstat (limited to 'mingling/Cargo.toml')
| -rw-r--r-- | mingling/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml index 0cb211d..0f2b37b 100644 --- a/mingling/Cargo.toml +++ b/mingling/Cargo.toml @@ -5,7 +5,7 @@ edition.workspace = true authors = ["Weicao-CatilGrass"] license.workspace = true readme = "README.md" -description = "Macro magician in your CLI." +description = "A proc-macro and type-system based Rust CLI framework, suitable for complex CLI programs with numerous subcmds." keywords = ["cli", "cli-framework", "subcommand", "macro", "command-line"] categories = ["command-line-interface"] repository.workspace = true |
