diff --git a/Cargo.toml b/Cargo.toml index 8962657c4306191262e46217645d9135b3c36b85..d7326630131bc3eb0042e51b1815fbfca4500f91 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"