From ab254c91038ac2f9a832e59bb1d367b887b86075 Mon Sep 17 00:00:00 2001 From: Jake Goulding Date: Fri, 20 Jan 2017 15:04:57 -0500 Subject: [PATCH] chore(cargo): add categories to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 5e1efe30..20d92b08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,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"] [dependencies] futures = "0.1.7"