aboutsummaryrefslogtreecommitdiff
path: root/mingling/Cargo.toml
diff options
context:
space:
mode:
authorWeicao-CatilGrass <1992414357@qq.com>2026-04-26 08:08:29 +0800
committerWeicao-CatilGrass <1992414357@qq.com>2026-04-26 08:08:29 +0800
commitdce2b60384afe50d30648524fbd61bc540f0fa61 (patch)
treede08a27345a2304acd203fe3530fe757c1dcacc6 /mingling/Cargo.toml
parente2cfab8c0464b7d5981414c2d88cbf09f7895f8f (diff)
Update project description and example doc ordering
Diffstat (limited to 'mingling/Cargo.toml')
-rw-r--r--mingling/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml
index 4977a4d..e25c99c 100644
--- a/mingling/Cargo.toml
+++ b/mingling/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2024"
authors = ["Weicao-CatilGrass"]
license = "MIT OR Apache-2.0"
readme = "README.md"
-description = "The Rust CLI Framework"
+description = "Rust CLI framework for many subcmds & complex workflows, reduces boilerplate via proc macros, focus on biz logic"
keywords = ["cli", "framework", "procedural", "subcommand", "command-line"]
categories = ["command-line-interface"]
repository = "https://github.com/catilgrass/mingling"