summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJake Goulding <shepmaster@mac.com>2017-01-20 14:20:28 -0500
committerGitHub <noreply@github.com>2017-01-20 14:20:28 -0500
commite67ab459d31da5f294ae6e91467a4d41e6c7c153 (patch)
tree7155e2b48ec0e46d2028b4f24342d59bbb231acd /Cargo.toml
parent7a926d090d16441a5fc0e56af5416c75e8966321 (diff)
Add categories to Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"