servo/components/msg/Cargo.toml
James Graham 49f1b13ad9 Add support for switching frames with the webdriver API.
This moves webdriver_traits into msg to avoid a circular dependency.
2015-06-01 23:18:55 +01:00

38 lines
No EOL
705 B
TOML

[package]
name = "msg"
version = "0.0.1"
authors = ["The Servo Project Developers"]
[lib]
name = "msg"
path = "lib.rs"
[dependencies.style]
path = "../style"
[dependencies.util]
path = "../util"
[dependencies.azure]
git = "https://github.com/servo/rust-azure"
[dependencies.geom]
git = "https://github.com/servo/rust-geom"
[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.png]
git = "https://github.com/servo/rust-png"
[dependencies]
url = "0.2.16"
bitflags = "*"
hyper = "0.4"
rustc-serialize = "0.3.4"