mirror of
https://github.com/servo/servo.git
synced 2025-07-10 00:43:39 +01:00
14 lines
248 B
TOML
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
|