From b67886264f5cd9752b4c7c592601129ea85bd3d5 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 21 Jan 2017 11:31:09 -0500 Subject: [PATCH] Add 'text-processing' category. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"