add async handler tests

This commit is contained in:
Nikolay Kim 2019-03-25 14:33:34 -07:00
parent e18227cc3d
commit 8d1195d8ac
3 changed files with 53 additions and 10 deletions

View file

@ -105,6 +105,7 @@ actix-http-test = { git = "https://github.com/actix/actix-http.git", features=["
rand = "0.6"
env_logger = "0.6"
serde_derive = "1.0"
tokio-timer = "0.2.8"
[profile.release]
lto = true