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