mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
37 lines
662 B
TOML
37 lines
662 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.layers]
|
|
git = "https://github.com/servo/rust-layers"
|
|
|
|
[dependencies.png]
|
|
git = "https://github.com/servo/rust-png"
|
|
|
|
[dependencies]
|
|
url = "0.2.35"
|
|
bitflags = "*"
|
|
hyper = "0.5"
|
|
rustc-serialize = "0.3.4"
|
|
euclid = "0.1"
|
|
|
|
[target.x86_64-apple-darwin.dependencies]
|
|
core-foundation = "*"
|
|
|
|
[target.x86_64-apple-darwin.dependencies.io-surface]
|
|
git = "https://github.com/servo/io-surface-rs"
|
|
|