зеркало из https://github.com/mozilla/gecko-dev.git
25 строки
507 B
TOML
25 строки
507 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.7", features = ["heap_size", "serde-serialization"]}
|
|
heapsize = "0.3.0"
|
|
heapsize_derive = "0.1"
|
|
plugins = {path = "../plugins"}
|
|
serde = "0.8"
|
|
serde_derive = "0.8"
|
|
|
|
[dependencies.webrender_traits]
|
|
git = "https://github.com/servo/webrender"
|
|
default_features = false
|
|
features = ["serde_derive"]
|