mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-02 00:00:11 +02:00
Update deps to point to crates.io
This commit is contained in:
+3
-3
@@ -11,11 +11,11 @@ An implementation of an asynchronous Unix signal handling backed futures.
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tokio-core = { git = "https://github.com/tokio-rs/tokio-core" }
|
tokio-core = "0.1"
|
||||||
futures = { git = "https://github.com/alexcrichton/futures-rs" }
|
futures = "0.1"
|
||||||
|
|
||||||
[target.'cfg(unix)'.dependencies]
|
[target.'cfg(unix)'.dependencies]
|
||||||
tokio-uds = { git = "https://github.com/tokio-rs/tokio-uds" }
|
tokio-uds = "0.1"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
mio = "0.6"
|
mio = "0.6"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user