diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-26 11:14:40 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-26 11:14:40 +0800 |
| commit | c8c82691115892581b7cc462701c2e01c0c5e435 (patch) | |
| tree | bd918f33d6ded19fb46c9756042d5e72f22b5547 /mingling | |
| parent | ef5ce208ba3a72228c92cccd3ddd36a2aa9f096f (diff) | |
docs: restructure README and remove redundant imports
Move the Getting Started section above Writing with Mingling, replace
emoji decorations with plain text, remove unnecessary `use
mingling::prelude::*;` imports from code examples, and update crate
description.
Diffstat (limited to 'mingling')
| -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 |
