aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 2 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 34e36ab..930b1e5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,10 +8,6 @@ members = [
# Pathfinder
"mingling_pathf",
-
- # Picker2
- "arg_picker",
- "arg_picker_macros",
]
exclude = [
@@ -34,8 +30,8 @@ mingling_core = { path = "mingling_core", default-features = false }
mingling_macros = { path = "mingling_macros", default-features = false }
mingling_pathf = { path = "mingling_pathf", default-features = false }
-arg-picker = { path = "arg_picker", default-features = false }
-arg-picker-macros = { path = "arg_picker_macros", default-features = false }
+arg-picker = { version = "0.2.0", default-features = false }
+arg-picker-macros = { version = "0.2.0", default-features = false }
just_fmt = "0.2.0"
just_template = "0.2.0"