mirror of
https://github.com/servo/servo
synced 2026-05-03 12:52:25 +02:00
The last remnants of syn 0.10 are due to the WR stack still using serde_codegen to build on stable, but that isn't actually used in servo.
15 lines
217 B
TOML
15 lines
217 B
TOML
[package]
|
|
name = "domobject_derive"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
publish = false
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = "0.11"
|
|
quote = "0.3"
|