diff --git a/Cargo.toml b/Cargo.toml index da1c9d2b..8962657c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ homepage = "https://github.com/BurntSushi/ripgrep" repository = "https://github.com/BurntSushi/ripgrep" readme = "README.md" keywords = ["regex", "grep", "egrep", "search", "pattern"] +categories = ["command-line-utilities"] license = "Unlicense/MIT" exclude = ["HomebrewFormula"] build = "build.rs"