Files
servo/components/msg/Cargo.toml
2022-04-01 01:33:17 -04:00

26 lines
500 B
TOML

[package]
name = "msg"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
edition = "2018"
publish = false
[lib]
name = "msg"
path = "lib.rs"
test = false
doctest = false
[dependencies]
ipc-channel = "0.14"
lazy_static = "1"
malloc_size_of = { path = "../malloc_size_of" }
malloc_size_of_derive = "0.1"
parking_lot = "0.11"
serde = "1.0.60"
webrender_api = { git = "https://github.com/servo/webrender" }
[dev-dependencies]
size_of_test = { path = "../size_of_test" }