diff options
Diffstat (limited to 'mingling_core/Cargo.toml')
| -rw-r--r-- | mingling_core/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mingling_core/Cargo.toml b/mingling_core/Cargo.toml index 26e642b..4ce9ecd 100644 --- a/mingling_core/Cargo.toml +++ b/mingling_core/Cargo.toml @@ -2,9 +2,13 @@ name = "mingling_core" version.workspace = true edition.workspace = true +authors = ["Weicao-CatilGrass"] license.workspace = true description = "Core of the mingling library" +readme = "README.md" repository.workspace = true +keywords = ["cli", "cli-framework", "framework", "procedural", "command-line"] +categories = ["command-line-interface"] [features] nightly = [] |
