mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
16 lines
309 B
TOML
16 lines
309 B
TOML
[package]
|
|
name = "domobject_derive"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
publish.workspace = true
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = { workspace = true }
|
|
quote = { workspace = true }
|
|
syn = { workspace = true }
|