no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / xpcom / rust / malloc_size_of_derive / Cargo.toml
blobcd37a9da1f9cf8f8950d300ec670a695028f6039
1 [package]
2 name = "malloc_size_of_derive"
3 version = "0.1.3"
4 authors = ["The Servo Project Developers"]
5 license = "MIT/Apache-2.0"
6 description = "Crate for Firefox memory reporting, not intended for external use"
8 [lib]
9 path = "lib.rs"
10 proc-macro = true
12 [dependencies]
13 proc-macro2 = "1"
14 syn = { version = "2", features = ["parsing"] }
15 synstructure = "0.13"