diff options
Diffstat (limited to 'arg_picker_macros/Cargo.toml')
| -rw-r--r-- | arg_picker_macros/Cargo.toml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/arg_picker_macros/Cargo.toml b/arg_picker_macros/Cargo.toml new file mode 100644 index 0000000..c83cb9e --- /dev/null +++ b/arg_picker_macros/Cargo.toml @@ -0,0 +1,20 @@ +[package] +name = "arg-picker-macros" +version = "0.1.0" +edition = "2024" +license = "MIT OR Apache-2.0" +repository = "https://github.com/mingling-rs/mingling/tree/main/arg-picker" +authors = ["Weicao-CatilGrass"] +readme = "README.md" +description = "Mingling's lightweight argument parser macros" + +[lib] +proc-macro = true + +[features] +mingling_support = [] + +[dependencies] +syn.workspace = true +quote.workspace = true +proc-macro2.workspace = true |
