mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
15 lines
289 B
TOML
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"
|