From bf29250f4ff0ddf561ae7c618978e9c3ede4b1ae Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 31 Jan 2017 14:46:36 -0800 Subject: [PATCH] add categories to Cargo.toml --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5eb6297..28593d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,9 +7,10 @@ repository = "https://github.com/seanmonstar/reqwest" documentation = "https://docs.rs/reqwest" authors = ["Sean McArthur "] license = "MIT/Apache-2.0" +categories = ["web-programming::http-client"] [dependencies] -hyper = "0.10" +hyper = "0.10.2" hyper-native-tls = "0.2" log = "0.3" serde = "0.9"