servo/components/malloc_size_of_derive/Cargo.toml
Bastien Orivel 8bd2e91cdc Update Webrender
Fixes #20609
2018-04-25 10:25:21 +02:00

15 lines
289 B
TOML

[package]
name = "malloc_size_of_derive"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MIT/Apache-2.0"
publish = false
[lib]
path = "lib.rs"
proc-macro = true
[dependencies]
quote = "0.5.1"
syn = { version = "0.13.1", features = ["full"] }
synstructure = "0.8"