mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
34 lines
662 B
TOML
34 lines
662 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.http]
|
|
git = "https://github.com/servo/rust-http"
|
|
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"
|