mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Reorder dependencies in net_tests' Cargo.toml
This commit is contained in:
parent
b11648903b
commit
19b1cb4f07
1 changed files with 8 additions and 8 deletions
|
@ -9,17 +9,17 @@ path = "lib.rs"
|
||||||
doctest = false
|
doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
cookie = "0.2"
|
||||||
|
devtools_traits = {path = "../../../components/devtools_traits"}
|
||||||
|
flate2 = "0.2.0"
|
||||||
|
hyper = "0.9"
|
||||||
|
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
|
||||||
|
msg = {path = "../../../components/msg"}
|
||||||
net = {path = "../../../components/net"}
|
net = {path = "../../../components/net"}
|
||||||
net_traits = {path = "../../../components/net_traits"}
|
net_traits = {path = "../../../components/net_traits"}
|
||||||
util = {path = "../../../components/util"}
|
|
||||||
msg = {path = "../../../components/msg"}
|
|
||||||
plugins = {path = "../../../components/plugins"}
|
plugins = {path = "../../../components/plugins"}
|
||||||
profile_traits = {path = "../../../components/profile_traits"}
|
profile_traits = {path = "../../../components/profile_traits"}
|
||||||
devtools_traits = {path = "../../../components/devtools_traits"}
|
|
||||||
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
|
|
||||||
cookie = "0.2"
|
|
||||||
hyper = "0.9"
|
|
||||||
url = {version = "1.0.0", features = ["heap_size"]}
|
|
||||||
time = "0.1"
|
time = "0.1"
|
||||||
flate2 = "0.2.0"
|
|
||||||
unicase = "1.0"
|
unicase = "1.0"
|
||||||
|
url = {version = "1.0.0", features = ["heap_size"]}
|
||||||
|
util = {path = "../../../components/util"}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue