mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
More Cargo.toml updates
This commit is contained in:
parent
a39a0531d7
commit
5f56093d87
4 changed files with 21 additions and 21 deletions
|
@ -11,14 +11,14 @@ name = "metrics"
|
|||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
gfx_traits = {path = "../gfx_traits"}
|
||||
gfx_traits = { path = "../gfx_traits" }
|
||||
ipc-channel = "0.14"
|
||||
log = "0.4"
|
||||
malloc_size_of = { path = "../malloc_size_of" }
|
||||
malloc_size_of_derive = "0.1"
|
||||
msg = {path = "../msg"}
|
||||
profile_traits = {path = "../profile_traits"}
|
||||
script_traits = {path = "../script_traits"}
|
||||
servo_config = {path = "../config"}
|
||||
servo_url = {path = "../url"}
|
||||
msg = { path = "../msg" }
|
||||
profile_traits = { path = "../profile_traits" }
|
||||
script_traits = { path = "../script_traits" }
|
||||
servo_config = { path = "../config" }
|
||||
servo_url = { path = "../url" }
|
||||
time = "0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue