script: Make the resource task communication use IPC channels.

This commit is contained in:
Patrick Walton 2015-07-09 17:16:21 -07:00
parent 44d13f7fd4
commit 2aa5174246
35 changed files with 234 additions and 458 deletions

View file

@ -910,6 +910,7 @@ version = "0.0.1"
dependencies = [
"cookie 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
"hyper 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
"ipc-channel 0.1.0 (git+https://github.com/pcwalton/ipc-channel)",
"net 0.0.1",
"net_traits 0.0.1",
"time 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -100,9 +100,12 @@ optional = true
path = "../../support/android-rs-glue/glue"
optional = true
[dependencies.url]
version = "0.2"
features = [ "serde_serialization" ]
[dependencies]
env_logger = "0.3"
url = "0.2.36"
time = "0.1.12"
bitflags = "0.3"
libc = "0.1"