Add categories to Cargo.toml.

This commit is contained in:
Sergio Benitez 2017-01-31 02:01:51 -08:00
parent c1697509ba
commit 724446cda4
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ readme = "../README.md"
keywords = ["rocket", "web", "framework", "server"]
license = "MIT/Apache-2.0"
build = "build.rs"
categories = ["web-programming::http-server"]
[dependencies]
term-painter = "^0.2"