servo/components/profile/Cargo.toml

26 lines
474 B
TOML

[package]
name = "profile"
version = "0.0.1"
authors = ["The Servo Project Developers"]
[lib]
name = "profile"
path = "lib.rs"
[dependencies.profile_traits]
path = "../profile_traits"
[dependencies.util]
path = "../util"
[dependencies]
log = "*"
libc = "*"
regex = "0.1.14"
time = "0.1.12"
[target.x86_64-apple-darwin.dependencies.task_info]
path = "../../support/rust-task_info"
[target.i686-apple-darwin.dependencies.task_info]
path = "../../support/rust-task_info"