diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-29 14:50:59 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-29 14:50:59 +0800 |
| commit | aaa9001d99b7846da0cd40afca06e7c457e711d6 (patch) | |
| tree | 63a07a93d25515cd9c6047e7eef3ad5479a6c41d /mingling/Cargo.toml | |
| parent | 5d91f0e9408e39afaa75f96b32c5ed7946a558f7 (diff) | |
Add README and license files to project structure
Diffstat (limited to 'mingling/Cargo.toml')
| -rw-r--r-- | mingling/Cargo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml index 00f87c0..cd5f2f1 100644 --- a/mingling/Cargo.toml +++ b/mingling/Cargo.toml @@ -3,7 +3,11 @@ name = "mingling" version = "0.1.0" edition = "2024" authors = ["Weicao-CatilGrass"] -license-file = "LICENSE-MIT" +license = "MIT OR Apache-2.0" +readme = "README.md" +description = "A procedural command-line framework with subcommand support" +keywords = ["cli", "framework", "procedural", "subcommand", "command-line"] +categories = ["command-line"] [features] default = ["macros"] |
