another way to read files using tokio_codec

This commit is contained in:
Dietmar Maurer
2018-11-10 15:12:45 +01:00
parent 805aec1572
commit 3c1d7afc42
2 changed files with 29 additions and 0 deletions

View File

@ -19,6 +19,7 @@ serde_derive = "1.0.80"
url = "1.7.1"
futures = "0.1.25"
tokio = "0.1.11"
tokio-codec = "0.1.1"
http = "0.1.13"
hyper = "0.12.14"
lazy_static = "1.1.0"