More Cargo.toml updates

This commit is contained in:
atouchet 2020-05-25 11:34:37 -07:00
parent a39a0531d7
commit 5f56093d87
4 changed files with 21 additions and 21 deletions

View file

@ -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" }