aboutsummaryrefslogtreecommitdiff
path: root/arg_picker/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'arg_picker/Cargo.toml')
-rw-r--r--arg_picker/Cargo.toml16
1 files changed, 0 insertions, 16 deletions
diff --git a/arg_picker/Cargo.toml b/arg_picker/Cargo.toml
deleted file mode 100644
index 533a187..0000000
--- a/arg_picker/Cargo.toml
+++ /dev/null
@@ -1,16 +0,0 @@
-[package]
-name = "arg-picker"
-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 = "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