mirror of
https://github.com/servo/servo.git
synced 2025-07-13 02:13:40 +01:00
16 lines
254 B
TOML
16 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"
|