diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2026-04-26 08:08:29 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2026-04-26 08:08:29 +0800 |
| commit | dce2b60384afe50d30648524fbd61bc540f0fa61 (patch) | |
| tree | de08a27345a2304acd203fe3530fe757c1dcacc6 /mingling/Cargo.toml | |
| parent | e2cfab8c0464b7d5981414c2d88cbf09f7895f8f (diff) | |
Update project description and example doc ordering
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 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" |
