mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
28 lines
628 B
TOML
28 lines
628 B
TOML
[package]
|
|
name = "msg"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "msg"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
bitflags = "0.7"
|
|
cssparser = {version = "0.5.7", features = ["heap_size", "serde-serialization"]}
|
|
heapsize = "0.3.0"
|
|
heapsize_plugin = "0.1.2"
|
|
hyper = "0.9.9"
|
|
hyper_serde = "0.1.4"
|
|
ipc-channel = "0.5"
|
|
plugins = {path = "../plugins"}
|
|
serde = "0.8"
|
|
serde_macros = "0.8"
|
|
url = {version = "1.2", features = ["heap_size", "serde"]}
|
|
|
|
[dependencies.webrender_traits]
|
|
git = "https://github.com/servo/webrender"
|
|
default_features = false
|
|
features = ["serde_macros"]
|