More Cargo.toml updates

This commit is contained in:
atouchet 2020-05-30 18:18:57 -07:00
parent 14303bd651
commit 77f7fa552d
10 changed files with 103 additions and 106 deletions

View file

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