aboutsummaryrefslogtreecommitdiff
path: root/arg_picker/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'arg_picker/Cargo.toml')
-rw-r--r--arg_picker/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/arg_picker/Cargo.toml b/arg_picker/Cargo.toml
index f7672c1..d87a844 100644
--- a/arg_picker/Cargo.toml
+++ b/arg_picker/Cargo.toml
@@ -9,9 +9,8 @@ readme = "README.md"
description = "A lightweight, type-safe CLI argument parser"
[features]
-mingling_support = ["dep:mingling_core", "arg-picker-macros/mingling_support"]
+mingling_support = ["arg-picker-macros/mingling_support"]
[dependencies]
-mingling_core = { workspace = true, optional = true }
arg-picker-macros.workspace = true
just_fmt.workspace = true