mirror of
https://github.com/servo/servo.git
synced 2025-08-29 09:08:20 +01:00
devtools: Convert the developer tools to run over IPC.
This commit is contained in:
parent
e13ebf712d
commit
164e10202c
26 changed files with 295 additions and 141 deletions
|
@ -17,8 +17,17 @@ path = "../msg"
|
|||
[dependencies.util]
|
||||
path = "../util"
|
||||
|
||||
[dependencies.url]
|
||||
version = "0.2"
|
||||
features = [ "serde_serialization" ]
|
||||
|
||||
[dependencies.ipc-channel]
|
||||
git = "https://github.com/pcwalton/ipc-channel"
|
||||
|
||||
[dependencies]
|
||||
time = "0.1"
|
||||
rustc-serialize = "0.3"
|
||||
url = "0.2"
|
||||
bitflags = "0.3"
|
||||
serde = "0.4"
|
||||
serde_macros = "0.4"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue