aboutsummaryrefslogtreecommitdiff
path: root/arg_picker_macros/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'arg_picker_macros/Cargo.toml')
-rw-r--r--arg_picker_macros/Cargo.toml20
1 files changed, 0 insertions, 20 deletions
diff --git a/arg_picker_macros/Cargo.toml b/arg_picker_macros/Cargo.toml
deleted file mode 100644
index a824b0d..0000000
--- a/arg_picker_macros/Cargo.toml
+++ /dev/null
@@ -1,20 +0,0 @@
-[package]
-name = "arg-picker-macros"
-version = "0.2.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 = "Macros for arg-picker"
-
-[lib]
-proc-macro = true
-
-[features]
-mingling_support = []
-
-[dependencies]
-syn.workspace = true
-quote.workspace = true
-proc-macro2.workspace = true