summaryrefslogtreecommitdiff
path: root/mingling/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mingling/Cargo.toml')
-rw-r--r--mingling/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml
index bc6db7b..ed5e8cd 100644
--- a/mingling/Cargo.toml
+++ b/mingling/Cargo.toml
@@ -7,7 +7,7 @@ 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"]
+categories = ["command-line-interface"]
repository = "https://github.com/catilgrass/mingling"
[features]
@@ -16,7 +16,7 @@ macros = ["mingling_macros"]
serde_renderer = ["dep:serde", "mingling_macros/serde"]
[dependencies]
-mingling_macros = { path = "../mingling_macros", optional = true }
+mingling_macros = { version = "0.1.0", optional = true }
just_fmt = "0.1.2"
serde = { version = "1.0", features = ["derive"], optional = true }
thiserror = "2"