aboutsummaryrefslogtreecommitdiff
path: root/arg_picker_macros
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-22 16:14:41 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-22 16:15:56 +0800
commitb61ca536428f8e00dea2e1cbb2139a784f14221d (patch)
treef6368fe364fd736c25143f6c38dd1bcb110b4a82 /arg_picker_macros
parent8646a3eab52c2b299304d3dfc142a358c74b0697 (diff)
fix: correct repository path in Cargo.toml filespicker-0.1.0
Update repository URLs to use underscore instead of hyphen
Diffstat (limited to 'arg_picker_macros')
-rw-r--r--arg_picker_macros/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"