From 5ac0f0e98d05e95f7e3c58995f8d79670cbac772 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 14 Jul 2026 01:36:15 +0800 Subject: chore(deps): move mingling_picker_macros dependency to picker crate --- 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 667cfa5..1b5b926 100644 --- a/mingling/Cargo.toml +++ b/mingling/Cargo.toml @@ -27,6 +27,7 @@ features = [ "repl", "comp", "parser", + "picker", "clap", "extra_macros", ] @@ -44,7 +45,7 @@ dispatch_tree = ["mingling_core/dispatch_tree", "mingling_macros/dispatch_tree"] repl = ["mingling_core/repl", "mingling_macros/repl"] comp = ["mingling_core/comp", "mingling_macros/comp"] parser = ["dep:size"] -picker = ["dep:mingling_picker", "dep:mingling_picker_macros"] +picker = ["dep:mingling_picker"] pathf = ["mingling_core/pathf", "mingling_macros/pathf"] structural_renderer = [ @@ -85,6 +86,5 @@ extra_macros = ["mingling_macros/extra_macros"] mingling_core.workspace = true mingling_macros.workspace = true mingling_picker = { workspace = true, optional = true } -mingling_picker_macros = { workspace = true, optional = true } serde = { workspace = true, optional = true } size = { version = "0.5", optional = true } -- cgit