mirror of
https://github.com/servo/servo.git
synced 2025-08-17 03:15:34 +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
|
@ -24,6 +24,9 @@ features = [ "serde-serialization" ]
|
|||
version = "0.6"
|
||||
features = [ "serde-serialization" ]
|
||||
|
||||
[dependencies.ipc-channel]
|
||||
git = "https://github.com/pcwalton/ipc-channel"
|
||||
|
||||
[dependencies]
|
||||
log = "0.3"
|
||||
url = "0.2.36"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue