aboutsummaryrefslogtreecommitdiff
path: root/mingling_picker/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_picker/Cargo.toml')
-rw-r--r--mingling_picker/Cargo.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/mingling_picker/Cargo.toml b/mingling_picker/Cargo.toml
index f992373..ddab33c 100644
--- a/mingling_picker/Cargo.toml
+++ b/mingling_picker/Cargo.toml
@@ -8,5 +8,10 @@ authors = ["Weicao-CatilGrass"]
readme = "README.md"
description = "Mingling's lightweight argument parser"
+[features]
+mingling_support = ["dep:mingling_core", "mingling_picker_macros/mingling_support"]
+
[dependencies]
-mingling_core.workspace = true
+mingling_core = { workspace = true, optional = true }
+mingling_picker_macros.workspace = true
+just_fmt.workspace = true