servo/components/devtools_traits/Cargo.toml
2016-05-17 23:34:04 +02:00

21 lines
485 B
TOML

[package]
name = "devtools_traits"
version = "0.0.1"
authors = ["The Servo Project Developers"]
publish = false
[lib]
name = "devtools_traits"
path = "lib.rs"
[dependencies]
bitflags = "0.7"
heapsize = "0.3.0"
heapsize_plugin = "0.1.2"
hyper = {version = "0.9", features = ["serde-serialization"]}
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
msg = {path = "../msg"}
serde = "0.7"
serde_macros = "0.7"
time = "0.1"
url = {version = "1.0.0", features = ["heap_size"]}