chore(cargo): add 'network-programming' category

This commit is contained in:
Sean McArthur
2017-06-16 13:07:06 -07:00
parent e868373037
commit 87d2ab4619

View File

@@ -10,7 +10,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"] categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"]
include = [ include = [
"Cargo.toml", "Cargo.toml",