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,16 +11,16 @@ name = "profile_traits"
path = "lib.rs"
[features]
energy-profiling = ["energymon", "energy-monitor"]
energy-profiling = ["energy-monitor", "energymon"]
[dependencies]
crossbeam-channel = "0.4"
energy-monitor = {version = "0.2.0", optional = true}
energymon = {git = "https://github.com/energymon/energymon-rust.git", optional = true}
energy-monitor = { version = "0.2.0", optional = true }
energymon = { git = "https://github.com/energymon/energymon-rust.git", optional = true }
ipc-channel = "0.14"
log = "0.4"
serde = "1.0"
servo_config = {path = "../config"}
signpost = {git = "https://github.com/pcwalton/signpost.git"}
servo_config = { path = "../config" }
signpost = { git = "https://github.com/pcwalton/signpost.git" }
time = "0.1.12"