mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
More Cargo.toml cleanups
This commit is contained in:
parent
e1cc38bea8
commit
d132866c5d
15 changed files with 128 additions and 129 deletions
|
@ -16,8 +16,8 @@ http = "0.1"
|
|||
ipc-channel = "0.14"
|
||||
malloc_size_of = { path = "../malloc_size_of" }
|
||||
malloc_size_of_derive = "0.1"
|
||||
msg = {path = "../msg"}
|
||||
msg = { path = "../msg" }
|
||||
serde = "1.0"
|
||||
servo_url = {path = "../url"}
|
||||
servo_url = { path = "../url" }
|
||||
time = "0.1"
|
||||
uuid = {version = "0.8", features = ["v4", "serde"]}
|
||||
uuid = { version = "0.8", features = ["v4", "serde"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue