From e67ab459d31da5f294ae6e91467a4d41e6c7c153 Mon Sep 17 00:00:00 2001 From: Jake Goulding Date: Fri, 20 Jan 2017 14:20:28 -0500 Subject: [PATCH] Add categories to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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"