chore(cargo): add categories to Cargo.toml
This commit is contained in:
committed by
Sean McArthur
parent
9f0a537b7b
commit
ab254c9103
@@ -9,6 +9,7 @@ repository = "https://github.com/hyperium/hyper"
|
|||||||
license = "MIT"
|
license = "MIT"
|
||||||
authors = ["Sean McArthur <sean.monstar@gmail.com>"]
|
authors = ["Sean McArthur <sean.monstar@gmail.com>"]
|
||||||
keywords = ["http", "hyper", "hyperium"]
|
keywords = ["http", "hyper", "hyperium"]
|
||||||
|
categories = ["web-programming::http-client", "web-programming::http-server"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
futures = "0.1.7"
|
futures = "0.1.7"
|
||||||
|
|||||||
Reference in New Issue
Block a user