From 7cc6e9da38b861692a2e7ff038e87ba9ae2261b9 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 29 Mar 2026 15:00:58 +0800 Subject: Replace local mingling_macros dependency with published version --- mingling/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mingling/Cargo.toml') 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" -- cgit