mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Reorder dependencies
This commit is contained in:
parent
054bb381e9
commit
abfd52a721
16 changed files with 100 additions and 100 deletions
|
@ -10,13 +10,13 @@ path = "lib.rs"
|
|||
|
||||
[dependencies]
|
||||
devtools_traits = {path = "../devtools_traits"}
|
||||
msg = {path = "../msg"}
|
||||
util = {path = "../util"}
|
||||
plugins = {path = "../plugins"}
|
||||
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
|
||||
hyper = { version = "0.9", features = [ "serde-serialization" ] }
|
||||
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
|
||||
log = "0.3.5"
|
||||
msg = {path = "../msg"}
|
||||
plugins = {path = "../plugins"}
|
||||
serde = "0.7"
|
||||
serde_json = "0.7"
|
||||
serde_macros = "0.7"
|
||||
time = "0.1"
|
||||
log = "0.3.5"
|
||||
util = {path = "../util"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue