Skip to content

Commit

Permalink
update categories
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Feb 28, 2018
1 parent b339ea0 commit 764421f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Expand Up @@ -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/**"]
Expand Down

0 comments on commit 764421f

Please sign in to comment.