mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-09 00:00:08 +02:00
Migrate to using tokio-io
Deprecate the existing `io` module in this crate entirely. More details coming soon! Closes #61
This commit is contained in:
+5
-2
@@ -17,11 +17,14 @@ travis-ci = { repository = "tokio-rs/tokio-core" }
|
||||
appveyor = { repository = "alexcrichton/tokio-core" }
|
||||
|
||||
[dependencies]
|
||||
futures = "0.1.9"
|
||||
bytes = "0.4"
|
||||
log = "0.3"
|
||||
mio = "0.6.4"
|
||||
mio = "0.6.5"
|
||||
scoped-tls = "0.1.0"
|
||||
slab = "0.3"
|
||||
iovec = "0.1"
|
||||
tokio-io = "0.1"
|
||||
futures = "0.1.11"
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = { version = "0.3", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user