diff options
Diffstat (limited to 'arg_picker/Cargo.toml')
| -rw-r--r-- | arg_picker/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arg_picker/Cargo.toml b/arg_picker/Cargo.toml index 913719e..d87a844 100644 --- a/arg_picker/Cargo.toml +++ b/arg_picker/Cargo.toml @@ -8,6 +8,9 @@ authors = ["Weicao-CatilGrass"] readme = "README.md" description = "A lightweight, type-safe CLI argument parser" +[features] +mingling_support = ["arg-picker-macros/mingling_support"] + [dependencies] arg-picker-macros.workspace = true just_fmt.workspace = true |
