mirror of
https://github.com/servo/servo.git
synced 2025-08-16 02:45:36 +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,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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue