Add categories to Cargo.toml

This commit is contained in:
Jake Goulding 2017-01-20 12:44:44 -05:00 committed by GitHub
parent 907134c2d1
commit d947646d6f

View File

@ -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"]