mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
More Cargo.toml updates
This commit is contained in:
parent
a39a0531d7
commit
5f56093d87
4 changed files with 21 additions and 21 deletions
|
@ -13,14 +13,14 @@ test = false
|
|||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
lazy_static = "1"
|
||||
ipc-channel = "0.14"
|
||||
lazy_static = "1"
|
||||
malloc_size_of = { path = "../malloc_size_of" }
|
||||
malloc_size_of_derive = "0.1"
|
||||
parking_lot = "0.9"
|
||||
serde = "1.0.60"
|
||||
servo_url = {path = "../url"}
|
||||
webrender_api = {git = "https://github.com/servo/webrender"}
|
||||
servo_url = { path = "../url" }
|
||||
webrender_api = { git = "https://github.com/servo/webrender" }
|
||||
|
||||
[dev-dependencies]
|
||||
size_of_test = {path = "../size_of_test"}
|
||||
size_of_test = { path = "../size_of_test" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue