mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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"
|
||||
|
||||
[dependencies]
|
||||
cookie = {version = "0.2.5", features = ["serialize-rustc"]}
|
||||
euclid = "0.10.1"
|
||||
hyper = "0.9.9"
|
||||
image = "0.10"
|
||||
|
@ -25,4 +26,3 @@ url = {version = "1.2", features = ["heap_size"]}
|
|||
util = {path = "../util"}
|
||||
uuid = { version = "0.3.1", features = ["v4"] }
|
||||
webdriver = "0.15"
|
||||
cookie = {version = "0.2.5", features = ["serialize-rustc"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue