servo/components/dom_struct/Cargo.toml
2018-11-30 17:48:41 +01:00

14 lines
248 B
TOML

[package]
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
name = "dom_struct"
publish = false
version = "0.0.1"
[dependencies]
quote = "0.6.3"
syn = { version = "0.15", features = ["full"] }
[lib]
path = "lib.rs"
proc-macro = true