mirror of
https://github.com/servo/servo.git
synced 2025-07-16 20:03:39 +01:00
23 lines
438 B
TOML
23 lines
438 B
TOML
[package]
|
|
name = "devtools_traits"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "devtools_traits"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
bitflags = "0.7"
|
|
heapsize = "0.3.0"
|
|
heapsize_plugin = "0.1.2"
|
|
hyper = "0.9.9"
|
|
hyper_serde = "0.1.4"
|
|
ipc-channel = "0.5"
|
|
msg = {path = "../msg"}
|
|
serde = "0.8"
|
|
serde_macros = "0.8"
|
|
time = "0.1"
|
|
url = {version = "1.2", features = ["heap_size"]}
|