diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-19 03:47:35 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-19 03:47:35 +0800 |
| commit | 06dfc27194c11e1d1033c292c759a1c5d82e780b (patch) | |
| tree | 39592dade0c5d046580471865b25e1de6d30ccab /arg_picker_macros | |
| parent | b06782c69ce77f64ef19295d2727248ed72c07b5 (diff) | |
docs(contributing): update project structure and docs guide
Diffstat (limited to 'arg_picker_macros')
| -rw-r--r-- | arg_picker_macros/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arg_picker_macros/Cargo.toml b/arg_picker_macros/Cargo.toml index d7bffd2..a824b0d 100644 --- a/arg_picker_macros/Cargo.toml +++ b/arg_picker_macros/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" repository = "https://github.com/mingling-rs/mingling/tree/main/arg_picker" authors = ["Weicao-CatilGrass"] readme = "README.md" -description = "Mingling's lightweight argument parser macros" +description = "Macros for arg-picker" [lib] proc-macro = true |
