diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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" |
