diff options
| -rw-r--r-- | arg_picker/Cargo.toml | 2 | ||||
| -rw-r--r-- | arg_picker_macros/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arg_picker/Cargo.toml b/arg_picker/Cargo.toml index d87a844..ac4041d 100644 --- a/arg_picker/Cargo.toml +++ b/arg_picker/Cargo.toml @@ -3,7 +3,7 @@ name = "arg-picker" version = "0.1.0" 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" diff --git a/arg_picker_macros/Cargo.toml b/arg_picker_macros/Cargo.toml index c83cb9e..c329274 100644 --- a/arg_picker_macros/Cargo.toml +++ b/arg_picker_macros/Cargo.toml @@ -3,7 +3,7 @@ name = "arg-picker-macros" version = "0.1.0" 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 = "Mingling's lightweight argument parser macros" |
