##// END OF EJS Templates
rust-chg: depend on log and tokio_timer...
Yuya Nishihara -
r40323:7623199d default
parent child Browse files
Show More
@@ -43,9 +43,11 b' dependencies = ['
43 43 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
44 44 "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
45 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 47 "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
47 48 "tokio-hglib 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
48 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 53 [[package]]
@@ -9,10 +9,12 b' license = "GPL-2.0+"'
9 9 bytes = "0.4"
10 10 futures = "0.1"
11 11 libc = "0.2"
12 log = { version = "0.4", features = ["std"] }
12 13 tokio = "0.1"
13 14 tokio-hglib = "0.2"
14 15 # TODO: "^0.2.3" once released. we need AsRawFd support.
15 16 tokio-process = { git = "https://github.com/alexcrichton/tokio-process" }
17 tokio-timer = "0.2"
16 18
17 19 [build-dependencies]
18 20 cc = "1.0"
General Comments 0
You need to be logged in to leave comments. Login now