diff options
Diffstat (limited to 'mingling')
| -rw-r--r-- | mingling/Cargo.toml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml index e0062dc..68a26d4 100644 --- a/mingling/Cargo.toml +++ b/mingling/Cargo.toml @@ -6,7 +6,17 @@ authors = ["Weicao-CatilGrass"] license.workspace = true readme = "README.md" description = "Macro magician in your CLI." -keywords = ["cli", "framework", "procedural", "subcommand", "command-line"] +keywords = [ + "cli", + "cli-framework", + "framework", + "workflow", + "procedural", + "subcommand", + "macro", + "dispatch", + "command-line", +] categories = ["command-line-interface"] repository.workspace = true |
