mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
17 lines
369 B
TOML
17 lines
369 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"
|
|
heapsize = "0.4"
|
|
heapsize_derive = "0.1"
|
|
serde = { version = "1.0.14", features = [ "unstable" ] }
|
|
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
|