aboutsummaryrefslogtreecommitdiff
path: root/mingling/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-19 01:17:20 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-19 01:17:20 +0800
commit3518ba185a46358e9d476983213c74678ceba917 (patch)
tree525e0a897d6d0169f48bc2e194b5c3bf5ee46a31 /mingling/Cargo.toml
parentb0cb0735d11b288ffce0ae3819f7314db3fb10b4 (diff)
feat(arg_picker): add mingling_support feature flag
Diffstat (limited to 'mingling/Cargo.toml')
-rw-r--r--mingling/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml
index 6945b67..adf900f 100644
--- a/mingling/Cargo.toml
+++ b/mingling/Cargo.toml
@@ -50,7 +50,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:arg-picker"]
+picker = ["dep:arg-picker", "arg-picker/mingling_support"]
pathf = ["mingling_core/pathf", "mingling_macros/pathf"]
structural_renderer = [