mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
More Cargo.toml updates
This commit is contained in:
parent
a509c33abf
commit
ca30ec02fc
7 changed files with 39 additions and 39 deletions
|
@ -13,8 +13,8 @@ path = "lib.rs"
|
|||
[dependencies]
|
||||
malloc_size_of = { path = "../malloc_size_of", features = ["servo"] }
|
||||
malloc_size_of_derive = "0.1"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
servo_rand = { path = "../rand" }
|
||||
to_shmem = { path = "../to_shmem" }
|
||||
serde = {version = "1.0", features = ["derive"]}
|
||||
servo_rand = {path = "../rand"}
|
||||
url = {version = "2.0", features = ["serde"]}
|
||||
uuid = {version = "0.8", features = ["v4", "serde"]}
|
||||
url = { version = "2.0", features = ["serde"] }
|
||||
uuid = { version = "0.8", features = ["serde", "v4"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue