mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
21 lines
308 B
TOML
21 lines
308 B
TOML
[package]
|
|
name = "devtools_traits"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
|
|
[lib]
|
|
name = "devtools_traits"
|
|
path = "lib.rs"
|
|
|
|
[dependencies.msg]
|
|
path = "../msg"
|
|
|
|
[dependencies.util]
|
|
path = "../util"
|
|
|
|
[dependencies]
|
|
time = "*"
|
|
rustc-serialize = "0.3"
|
|
url = "*"
|
|
hyper = "0.5"
|
|
bitflags = "*"
|