aboutsummaryrefslogtreecommitdiff
path: root/mingling_picker
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_picker')
-rw-r--r--mingling_picker/Cargo.toml11
-rw-r--r--mingling_picker/README.md0
-rw-r--r--mingling_picker/src/lib.rs1
3 files changed, 12 insertions, 0 deletions
diff --git a/mingling_picker/Cargo.toml b/mingling_picker/Cargo.toml
new file mode 100644
index 0000000..71205d7
--- /dev/null
+++ b/mingling_picker/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "mingling_picker"
+version.workspace = true
+edition.workspace = true
+license.workspace = true
+repository.workspace = true
+authors = ["Weicao-CatilGrass"]
+readme = "README.md"
+description = "Mingling's lightweight argument parser"
+
+[dependencies]
diff --git a/mingling_picker/README.md b/mingling_picker/README.md
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/mingling_picker/README.md
diff --git a/mingling_picker/src/lib.rs b/mingling_picker/src/lib.rs
new file mode 100644
index 0000000..0b6b62e
--- /dev/null
+++ b/mingling_picker/src/lib.rs
@@ -0,0 +1 @@
+pub mod preulude {}