Add necessary features for tokio-io
This commit is contained in:
committed by
Sean McArthur
parent
85b1f669c0
commit
f4378bae58
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user