diff --git a/Cargo.toml b/Cargo.toml index e6cc117..2bb3dd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ description = "Macros to do stdout / stderr logs based on verbosity level." documentation = "https://docs.rs/vlog" repository = "https://github.com/guangie88/vlog-rs" readme = "README.md" -keywords = ["verbose", "verbosity", "level", "log", "logging", "cli"] +keywords = ["verbose", "verbosity", "level", "log", "cli"] categories = ["command-line-utilities", "configuration", "rust-patterns"] license-file = "LICENSE"