]> git.lizzy.rs Git - rust.git/commitdiff
Add categories to Cargo.toml
authorJake Goulding <shepmaster@mac.com>
Fri, 20 Jan 2017 17:43:50 +0000 (12:43 -0500)
committerGitHub <noreply@github.com>
Fri, 20 Jan 2017 17:43:50 +0000 (12:43 -0500)
Cargo.toml

index a2797744bd91d48333e0b10f3df2f296e14bae07..492b2ec9ab79b2304596fef002a43f58f80a7d36 100644 (file)
@@ -13,6 +13,7 @@ repository = "https://github.com/Manishearth/rust-clippy"
 readme = "README.md"
 license = "MPL-2.0"
 keywords = ["clippy", "lint", "plugin"]
+categories = ["development-tools"]
 
 [lib]
 name = "clippy"