mirror of
https://github.com/actix/actix-web.git
synced 2024-11-20 08:31:09 +00:00
update categories
This commit is contained in:
parent
b339ea0a3a
commit
764421fe44
1 changed files with 3 additions and 1 deletions
|
@ -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/**"]
|
||||
|
|
Loading…
Reference in a new issue