aboutsummaryrefslogtreecommitdiff
path: root/mingling
diff options
context:
space:
mode:
Diffstat (limited to 'mingling')
-rw-r--r--mingling/Cargo.toml16
1 files changed, 3 insertions, 13 deletions
diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml
index 68a26d4..37ca792 100644
--- a/mingling/Cargo.toml
+++ b/mingling/Cargo.toml
@@ -6,17 +6,7 @@ authors = ["Weicao-CatilGrass"]
license.workspace = true
readme = "README.md"
description = "Macro magician in your CLI."
-keywords = [
- "cli",
- "cli-framework",
- "framework",
- "workflow",
- "procedural",
- "subcommand",
- "macro",
- "dispatch",
- "command-line",
-]
+keywords = ["cli", "cli-framework", "subcommand", "macro", "command-line"]
categories = ["command-line-interface"]
repository.workspace = true
@@ -89,7 +79,7 @@ ron_serde_fmt = ["mingling_core/ron_serde_fmt"]
extra_macros = ["mingling_macros/extra_macros"]
[dependencies]
-mingling_core = { path = "../mingling_core", default-features = false }
-mingling_macros = { path = "../mingling_macros", default-features = false }
+mingling_core = { version = "0.1.9", default-features = false }
+mingling_macros = { version = "0.1.9", default-features = false }
serde = { workspace = true, optional = true }
size = { version = "0.5", optional = true }