summaryrefslogtreecommitdiff
path: root/mingling/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mingling/Cargo.toml')
-rw-r--r--mingling/Cargo.toml6
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"]