mirror of
https://github.com/servo/servo
synced 2026-05-14 19:06:31 +02:00
17 lines
254 B
TOML
17 lines
254 B
TOML
[package]
|
|
name = "domobject_derive"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "0.4"
|
|
syn = "0.15"
|
|
quote = "0.6"
|