diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2026-05-31 02:42:52 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-31 17:19:20 +0800 |
| commit | 2aa7bda3cb21ce6c052b82e08bcab79a625d04f2 (patch) | |
| tree | f10b89007fc67ca1a948f34abe6869b49296b932 /mling/Cargo.toml | |
| parent | 3aa409a55e4f2f0ab41b0949cc06eb13c2da4a43 (diff) | |
Enhance code quality across the entire codebase
Diffstat (limited to 'mling/Cargo.toml')
| -rw-r--r-- | mling/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mling/Cargo.toml b/mling/Cargo.toml index 2d01bdf..df9c675 100644 --- a/mling/Cargo.toml +++ b/mling/Cargo.toml @@ -2,9 +2,13 @@ name = "mingling-cli" version.workspace = true edition.workspace = true +authors = ["Weicao-CatilGrass"] license.workspace = true +readme = "README.md" repository.workspace = true description = "Mingling's scaffolding tool" +keywords = ["cli", "scaffolding", "command-line", "framework"] +categories = ["command-line-interface"] [[bin]] name = "mling" |
