mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-06 00:00:10 +02:00
Depend on futures from crates.io
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ the rest of the tokio crates.
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
futures = { git = "https://github.com/alexcrichton/futures-rs" }
|
futures = "0.1"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
mio = "0.6"
|
mio = "0.6"
|
||||||
scoped-tls = "0.1.0"
|
scoped-tls = "0.1.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user