mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
webdriver_server: sort dependencies in Cargo.toml
This commit is contained in:
parent
1688a2a738
commit
f0c2b40414
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,7 @@ name = "webdriver_server"
|
||||||
path = "lib.rs"
|
path = "lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
cookie = {version = "0.2.5", features = ["serialize-rustc"]}
|
||||||
euclid = "0.10.1"
|
euclid = "0.10.1"
|
||||||
hyper = "0.9.9"
|
hyper = "0.9.9"
|
||||||
image = "0.10"
|
image = "0.10"
|
||||||
|
@ -25,4 +26,3 @@ url = {version = "1.2", features = ["heap_size"]}
|
||||||
util = {path = "../util"}
|
util = {path = "../util"}
|
||||||
uuid = { version = "0.3.1", features = ["v4"] }
|
uuid = { version = "0.3.1", features = ["v4"] }
|
||||||
webdriver = "0.15"
|
webdriver = "0.15"
|
||||||
cookie = {version = "0.2.5", features = ["serialize-rustc"]}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue