From 764421fe44b12180d1228aa1073e8f2e18949197 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Tue, 27 Feb 2018 23:51:57 -0800 Subject: [PATCH] update categories --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b72c6ecbb..3d12d1388 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,9 @@ homepage = "https://github.com/actix/actix-web" repository = "https://github.com/actix/actix-web.git" documentation = "https://docs.rs/actix-web/" categories = ["network-programming", "asynchronous", - "web-programming::http-server", "web-programming::websocket"] + "web-programming::http-server", + "web-programming::http-client", + "web-programming::websocket"] license = "MIT/Apache-2.0" exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml", "/examples/**"]