servo/components/msg/Cargo.toml
2014-12-04 10:12:04 -08:00

34 lines
659 B
TOML

[package]
name = "msg"
version = "0.0.1"
authors = ["The Servo Project Developers"]
[lib]
name = "msg"
path = "lib.rs"
[dependencies.util]
path = "../util"
[dependencies.azure]
git = "https://github.com/servo/rust-azure"
[dependencies.geom]
git = "https://github.com/servo/rust-geom"
[dependencies.hyper]
git = "https://github.com/servo/hyper"
branch = "servo"
[dependencies.layers]
git = "https://github.com/servo/rust-layers"
[dependencies.core_foundation]
git = "https://github.com/servo/rust-core-foundation"
[dependencies.io_surface]
git = "https://github.com/servo/rust-io-surface"
[dependencies.url]
git = "https://github.com/servo/rust-url"