mirror of https://github.com/rwf2/Rocket.git
Add categories to Cargo.toml.
This commit is contained in:
parent
c1697509ba
commit
724446cda4
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue