Add necessary features for tokio-io

This commit is contained in:
Wim Looman
2019-08-22 20:25:34 +02:00
committed by Sean McArthur
parent 85b1f669c0
commit f4378bae58

View File

@@ -45,7 +45,7 @@ members = [
[dependencies]
futures-preview = "0.3.0-alpha.18"
tokio-io = "0.2.0-alpha.2"
tokio-io = { version = "0.2.0-alpha.2", features = ["util"] }
tokio-codec = "0.2.0-alpha.2"
bytes = "0.4.7"
http = "0.1.8"