From d947646d6fdf631684fe8d1bb0acda3e3a0495fb Mon Sep 17 00:00:00 2001 From: Jake Goulding Date: Fri, 20 Jan 2017 12:44:44 -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 a36a166eea2..75f2f69d96c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ readme = "README.md" license = "Apache-2.0/MIT" include = ["src/*.rs", "Cargo.toml", "build.rs"] build = "build.rs" +categories = ["development-tools"] [features] default = ["cargo-fmt"]