tools/wrapped_reader_stream.rs: use tokio_threadpool::blocking

This commit is contained in:
Dietmar Maurer
2019-01-20 10:28:51 +01:00
parent 832d805cdd
commit 8e89d9cafe
2 changed files with 9 additions and 1 deletions

View File

@ -15,6 +15,7 @@ serde_json = "1.0"
serde_derive = "1.0"
url = "1.7"
futures = "0.1"
tokio-threadpool = "0.1"
tokio = "0.1"
tokio-codec = "0.1"
http = "0.1"