Show More
@@ -43,9 +43,11 b' dependencies = [' | |||||
43 | "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", |
|
43 | "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", | |
44 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
44 | "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
45 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
45 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | |
|
46 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", | |||
46 | "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
47 | "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
47 | "tokio-hglib 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
48 | "tokio-hglib 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
48 | "tokio-process 0.2.2 (git+https://github.com/alexcrichton/tokio-process)", |
|
49 | "tokio-process 0.2.2 (git+https://github.com/alexcrichton/tokio-process)", | |
|
50 | "tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | |||
49 | ] |
|
51 | ] | |
50 |
|
52 | |||
51 | [[package]] |
|
53 | [[package]] |
@@ -9,10 +9,12 b' license = "GPL-2.0+"' | |||||
9 | bytes = "0.4" |
|
9 | bytes = "0.4" | |
10 | futures = "0.1" |
|
10 | futures = "0.1" | |
11 | libc = "0.2" |
|
11 | libc = "0.2" | |
|
12 | log = { version = "0.4", features = ["std"] } | |||
12 | tokio = "0.1" |
|
13 | tokio = "0.1" | |
13 | tokio-hglib = "0.2" |
|
14 | tokio-hglib = "0.2" | |
14 | # TODO: "^0.2.3" once released. we need AsRawFd support. |
|
15 | # TODO: "^0.2.3" once released. we need AsRawFd support. | |
15 | tokio-process = { git = "https://github.com/alexcrichton/tokio-process" } |
|
16 | tokio-process = { git = "https://github.com/alexcrichton/tokio-process" } | |
|
17 | tokio-timer = "0.2" | |||
16 |
|
18 | |||
17 | [build-dependencies] |
|
19 | [build-dependencies] | |
18 | cc = "1.0" |
|
20 | cc = "1.0" |
General Comments 0
You need to be logged in to leave comments.
Login now