Merge pull request #1281 from shepmaster/patch-1

Add categories to Cargo.toml
This commit is contained in:
Nick Cameron 2017-01-21 09:05:04 +13:00 committed by GitHub
commit 72a67f4523

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