mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
40 lines
892 B
TOML
40 lines
892 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"
|
|
features = ["plugins"]
|
|
|
|
[dependencies.layers]
|
|
git = "https://github.com/servo/rust-layers"
|
|
features = ["plugins"]
|
|
|
|
[dependencies.ipc-channel]
|
|
git = "https://github.com/servo/ipc-channel"
|
|
|
|
[dependencies.plugins]
|
|
path = "../plugins"
|
|
|
|
[dependencies]
|
|
cssparser = { version = "0.4", features = [ "serde-serialization" ] }
|
|
app_units = {version = "0.1", features = ["plugins"]}
|
|
bitflags = "0.3"
|
|
hyper = { version = "0.7", features = [ "serde-serialization" ] }
|
|
rustc-serialize = "0.3.4"
|
|
euclid = {version = "0.4", features = ["plugins"]}
|
|
serde = "0.6"
|
|
serde_macros = "0.6"
|
|
url = "0.5.2"
|
|
|
|
[target.x86_64-apple-darwin.dependencies]
|
|
core-foundation = "0.2"
|
|
io-surface = "0.1.0"
|