From 87d2ab4619bd0b255df2ae3342a4cdb1281bf9cc Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Fri, 16 Jun 2017 13:07:06 -0700 Subject: [PATCH] chore(cargo): add 'network-programming' category --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0e8b534d..4635c30a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/hyperium/hyper" license = "MIT" authors = ["Sean McArthur "] 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 = [ "Cargo.toml",