net: Convert the storage task to use IPC.

This commit is contained in:
Patrick Walton 2015-07-25 00:05:46 -07:00
parent 8edf1a5ecd
commit 43cb7d5abd
8 changed files with 58 additions and 31 deletions

View file

@ -18,6 +18,7 @@ extern crate devtools_traits;
extern crate flate2;
extern crate euclid;
extern crate hyper;
extern crate ipc_channel;
extern crate png;
#[macro_use]
extern crate log;