committed by
Sean McArthur
parent
9d5299b655
commit
7f1b5f52ba
23
Cargo.toml
23
Cargo.toml
@@ -36,15 +36,15 @@ log = "0.4"
|
|||||||
net2 = { version = "0.2.32", optional = true }
|
net2 = { version = "0.2.32", optional = true }
|
||||||
pin-utils = "0.1.0-alpha.4"
|
pin-utils = "0.1.0-alpha.4"
|
||||||
time = "0.1"
|
time = "0.1"
|
||||||
tokio = { git = "https://github.com/tokio-rs/tokio", optional = true, default-features = false, features = ["rt-full"] }
|
tokio = { version = "0.2.0-alpha.1", optional = true, default-features = false, features = ["rt-full"] }
|
||||||
tokio-buf = "0.1"
|
tokio-buf = "0.2.0-alpha.1"
|
||||||
tokio-executor = { git = "https://github.com/tokio-rs/tokio" }
|
tokio-executor = "0.2.0-alpha.1"
|
||||||
tokio-io = { git = "https://github.com/tokio-rs/tokio" }
|
tokio-io = "0.2.0-alpha.1"
|
||||||
tokio-reactor = { git = "https://github.com/tokio-rs/tokio", optional = true }
|
tokio-reactor = { version = "0.2.0-alpha.1", optional = true }
|
||||||
tokio-sync = { git = "https://github.com/tokio-rs/tokio" }
|
tokio-sync = "0.2.0-alpha.1"
|
||||||
tokio-tcp = { git = "https://github.com/tokio-rs/tokio", optional = true, features = ["async-traits"] }
|
tokio-tcp = { version = "0.2.0-alpha.1", optional = true, features = ["async-traits"] }
|
||||||
tokio-threadpool = { git = "https://github.com/tokio-rs/tokio", optional = true }
|
tokio-threadpool = { version = "0.2.0-alpha.1", optional = true }
|
||||||
tokio-timer = { git = "https://github.com/tokio-rs/tokio", optional = true }
|
tokio-timer = { version = "0.3.0-alpha.1", optional = true }
|
||||||
want = { git = "https://github.com/seanmonstar/want", branch = "std-future" }
|
want = { git = "https://github.com/seanmonstar/want", branch = "std-future" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
@@ -55,8 +55,8 @@ spmc = "0.2"
|
|||||||
serde = "1.0"
|
serde = "1.0"
|
||||||
serde_derive = "1.0"
|
serde_derive = "1.0"
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
tokio-fs = { git = "https://github.com/tokio-rs/tokio" }
|
tokio-fs = "0.2.0-alpha.1"
|
||||||
tokio-test = { git = "https://github.com/tokio-rs/tokio" }
|
tokio-test = "0.2.0-alpha.1"
|
||||||
url = "1.0"
|
url = "1.0"
|
||||||
|
|
||||||
|
|
||||||
@@ -177,4 +177,3 @@ required-features = ["runtime"]
|
|||||||
#name = "server"
|
#name = "server"
|
||||||
#path = "tests/server.rs"
|
#path = "tests/server.rs"
|
||||||
#required-features = ["runtime"]
|
#required-features = ["runtime"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user