diff --git a/Cargo.toml b/Cargo.toml index 8962657..d732663 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +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"] +categories = ["command-line-utilities", "text-processing"] license = "Unlicense/MIT" exclude = ["HomebrewFormula"] build = "build.rs"