diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-11 20:59:52 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-11 20:59:52 +0800 |
| commit | a57a8389a76cdbba3b9fc79c2d521d2beb2751cb (patch) | |
| tree | 961ac43714f9527646bd0a4dad29ae5cdb251a7c /mingling/Cargo.toml | |
| parent | 2b13d75deb4ebe1adb93a91e17d2b4f8fcb1a5a6 (diff) | |
Add project branding and update README structure
- Add project icon and badges to README
- Update crate description to "The Rust CLI Framework"
- Add table of contents and improve section organization
- Move guide.txt to resources directory and update version reference
- Add example-completion Cargo.lock for new example
- Remove unused main.rs file
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 7ff8cdf..3d08662 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 = "A procedural command-line framework with subcommand support" +description = "The Rust CLI Framework" keywords = ["cli", "framework", "procedural", "subcommand", "command-line"] categories = ["command-line-interface"] repository = "https://github.com/catilgrass/mingling" |
