mirror of
https://github.com/servo/servo
synced 2026-05-14 19:06:31 +02:00
20 lines
372 B
TOML
20 lines
372 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 = "0.12.1"
|
|
heapsize = "0.3.0"
|
|
heapsize_derive = "0.1"
|
|
serde = "0.9"
|
|
serde_derive = "0.9"
|
|
webrender_traits = {git = "https://github.com/servo/webrender", features = ["ipc"]}
|