mirror of
https://github.com/servo/servo.git
synced 2025-09-23 05:10:09 +01:00
More Cargo.toml updates
This commit is contained in:
parent
14303bd651
commit
77f7fa552d
10 changed files with 103 additions and 106 deletions
|
@ -11,21 +11,21 @@ name = "profile"
|
|||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
profile_traits = {path = "../profile_traits"}
|
||||
ipc-channel = "0.14"
|
||||
heartbeats-simple = "0.4"
|
||||
ipc-channel = "0.14"
|
||||
log = "0.4"
|
||||
profile_traits = { path = "../profile_traits" }
|
||||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
servo_config = {path = "../config"}
|
||||
time_crate = {package = "time", version = "0.1.12"}
|
||||
servo_config = { path = "../config" }
|
||||
time_crate = { package = "time", version = "0.1.12" }
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
task_info = {path = "../../support/rust-task_info"}
|
||||
task_info = { path = "../../support/rust-task_info" }
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
regex = "1.1"
|
||||
|
||||
[target.'cfg(not(target_os = "windows"))'.dependencies]
|
||||
libc = "0.2"
|
||||
servo_allocator = {path = "../allocator"}
|
||||
servo_allocator = { path = "../allocator" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue