[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