mirror of
https://github.com/servo/servo
synced 2026-05-01 03:47:53 +02:00
37 lines
703 B
TOML
37 lines
703 B
TOML
[package]
|
|
name = "profile"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "profile"
|
|
path = "lib.rs"
|
|
|
|
[dependencies.profile_traits]
|
|
path = "../profile_traits"
|
|
|
|
[dependencies.plugins]
|
|
path = "../plugins"
|
|
|
|
[dependencies.util]
|
|
path = "../util"
|
|
|
|
[dependencies.hbs-pow]
|
|
git = "https://github.com/libheartbeats/heartbeats-simple-rust.git"
|
|
|
|
[dependencies.ipc-channel]
|
|
git = "https://github.com/servo/ipc-channel"
|
|
|
|
[dependencies]
|
|
log = "0.3"
|
|
libc = "0.2"
|
|
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"
|