mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
net: Convert the storage task to use IPC.
This commit is contained in:
parent
8edf1a5ecd
commit
43cb7d5abd
8 changed files with 58 additions and 31 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue