servo/components/devtools/Cargo.toml
Himaja 01eb31ae8a 1. Add an Option<Pipeline_id> field to the LoadData struct, and a corresponding parameter to LoadData::new()
2. Change addEvent in the NetworkEventActor to add_request and add_response
2015-05-05 12:31:40 -04:00

23 lines
337 B
TOML

[package]
name = "devtools"
version = "0.0.1"
authors = ["The Servo Project Developers"]
[lib]
name = "devtools"
path = "lib.rs"
[dependencies.devtools_traits]
path = "../devtools_traits"
[dependencies.msg]
path = "../msg"
[dependencies.util]
path = "../util"
[dependencies]
time = "*"
rustc-serialize = "0.3"
url = "*"
hyper = "*"