mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
Reorder some dependencies
This commit is contained in:
parent
d3ba09e588
commit
26d6c96b18
6 changed files with 9 additions and 9 deletions
|
@ -19,12 +19,12 @@ getopts = "0.2.11"
|
|||
lazy_static = "0.2"
|
||||
log = "0.3.5"
|
||||
num_cpus = "1.1.0"
|
||||
plugins = {path = "../plugins", optional = true}
|
||||
rustc-serialize = "0.3"
|
||||
serde = {version = "0.8", optional = true}
|
||||
serde_derive = {version = "0.8", optional = true}
|
||||
servo_geometry = {path = "../geometry"}
|
||||
servo_url = {path = "../url"}
|
||||
plugins = {path = "../plugins", optional = true}
|
||||
url = "1.2"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue