From 9245799135458d9afd5e779b6d061cee0962d585 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 11 Jul 2026 01:51:35 +0800 Subject: feat: add mingling-picker and mingling-picker-macros crates --- mingling/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mingling/Cargo.toml') diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml index be223fe..667cfa5 100644 --- a/mingling/Cargo.toml +++ b/mingling/Cargo.toml @@ -44,6 +44,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"] pathf = ["mingling_core/pathf", "mingling_macros/pathf"] structural_renderer = [ @@ -83,5 +84,7 @@ extra_macros = ["mingling_macros/extra_macros"] [dependencies] 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