summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-01-21 11:31:09 -0500
committerAndrew Gallant <jamslam@gmail.com>2017-01-21 11:31:09 -0500
commitb67886264f5cd9752b4c7c592601129ea85bd3d5 (patch)
tree6c9cd5377f8ddd0e65099a23fa8308041290247e
parente67ab459d31da5f294ae6e91467a4d41e6c7c153 (diff)
Add 'text-processing' category.
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8962657c..d7326630 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"