diff options
Diffstat (limited to 'mingling_picker/Cargo.toml')
| -rw-r--r-- | mingling_picker/Cargo.toml | 11 |
1 files changed, 11 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] |
