diff options
Diffstat (limited to 'arg_picker/Cargo.toml')
| -rw-r--r-- | arg_picker/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arg_picker/Cargo.toml b/arg_picker/Cargo.toml index d87a844..d40e3ae 100644 --- a/arg_picker/Cargo.toml +++ b/arg_picker/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "arg-picker" -version = "0.1.0" +version = "0.1.1" edition = "2024" license = "MIT OR Apache-2.0" -repository = "https://github.com/mingling-rs/mingling/tree/main/arg-picker" +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" |
