Reorder dependencies

This commit is contained in:
Anthony Ramine 2016-06-26 02:16:57 +02:00
parent 054bb381e9
commit abfd52a721
16 changed files with 100 additions and 100 deletions

View file

@ -9,18 +9,18 @@ name = "webdriver_server"
path = "lib.rs"
[dependencies]
euclid = {version = "0.6.4", features = ["plugins"]}
hyper = "0.9"
image = "0.10"
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
log = "0.3.5"
msg = {path = "../msg"}
plugins = {path = "../plugins"}
util = {path = "../util"}
euclid = {version = "0.6.4", features = ["plugins"]}
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
image = "0.10"
log = "0.3.5"
hyper = "0.9"
rustc-serialize = "0.3.4"
regex = "0.1.55"
rustc-serialize = "0.3.4"
script_traits = {path = "../script_traits"}
url = {version = "1.0.0", features = ["heap_size"]}
util = {path = "../util"}
uuid = { version = "0.2", features = ["v4"] }
webdriver = "0.9"
cookie = { version = "0.2.5", features = ["serialize-serde", "serialize-rustc" ] }