зеркало из https://github.com/mozilla/gecko-dev.git
31 строка
552 B
TOML
31 строка
552 B
TOML
[package]
|
|
name = "profile_traits"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
|
|
[lib]
|
|
name = "profile_traits"
|
|
path = "lib.rs"
|
|
|
|
[features]
|
|
energy-profiling = ["energymon", "energy-monitor"]
|
|
|
|
[dependencies.ipc-channel]
|
|
git = "https://github.com/servo/ipc-channel"
|
|
|
|
[dependencies.energymon]
|
|
git = "https://github.com/energymon/energymon-rust.git"
|
|
optional = true
|
|
|
|
[dependencies.energy-monitor]
|
|
version = "0.1.0"
|
|
optional = true
|
|
|
|
[dependencies.plugins]
|
|
path = "../plugins"
|
|
|
|
[dependencies]
|
|
serde = "0.6"
|
|
serde_macros = "0.6"
|
|
time = "0.1.12"
|