summaryrefslogtreecommitdiff
path: root/mingling/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-29 15:00:58 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-29 15:03:17 +0800
commit7cc6e9da38b861692a2e7ff038e87ba9ae2261b9 (patch)
treeef4af8db84510cbe5f60fd7580b6b37342d03b29 /mingling/Cargo.toml
parent586c206e50bb8e9a1376f65975f1c9916b1cde7e (diff)
Replace local mingling_macros dependency with published version0.1.0
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"