Reorder some dependencies

This commit is contained in:
Anthony Ramine 2017-02-10 02:33:57 +01:00
parent d3ba09e588
commit 26d6c96b18
6 changed files with 9 additions and 9 deletions

View file

@ -10,24 +10,24 @@ name = "net_traits"
path = "lib.rs"
[dependencies]
msg = {path = "../msg"}
ipc-channel = "0.6.3"
cookie = {version = "0.2.5", features = ["serialize-rustc"]}
heapsize = "0.3.0"
heapsize_derive = "0.1"
hyper = "0.9.9"
hyper_serde = "0.1.4"
image = "0.12"
ipc-channel = "0.6.3"
lazy_static = "0.2"
log = "0.3.5"
msg = {path = "../msg"}
num-traits = "0.1.32"
serde = "0.8"
serde_derive = "0.8"
servo_config = {path = "../config", features = ["servo"]}
servo_url = {path = "../url", features = ["servo"]}
url = {version = "1.2", features = ["heap_size"]}
websocket = "0.17"
uuid = { version = "0.3.1", features = ["v4", "serde"] }
cookie = {version = "0.2.5", features = ["serialize-rustc"]}
websocket = "0.17"
[dependencies.webrender_traits]
git = "https://github.com/servo/webrender"