From b0c01a884aac427d355357ca665539713224c42a Mon Sep 17 00:00:00 2001 From: Jake Goulding Date: Fri, 20 Jan 2017 10:59:58 -0500 Subject: [PATCH] Add categories to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 5e1efe30dc..20d92b08c8 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"