migrate awc and test-server to std::future

This commit is contained in:
Nikolay Kim 2019-11-19 09:55:17 +06:00
parent a6a2d2f444
commit 5ab29b2e62
12 changed files with 376 additions and 397 deletions

View file

@ -41,7 +41,7 @@ members = [
# "actix-web-codegen",
# "test-server",
]
exclude = ["actix-http"]
exclude = ["awc", "actix-http", "test-server"]
[features]
default = ["brotli", "flate2-zlib", "client", "fail"]