aboutsummaryrefslogtreecommitdiffstats
path: root/components/dom_struct/Cargo.toml
blob: 38ba2d74d05553c72fe21040cd5a2edcee86e0cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
name = "dom_struct"
edition = "2018"
publish = false
version = "0.0.1"

[dependencies]
quote = { workspace = true }
syn = { workspace = true }

[lib]
path = "lib.rs"
proc-macro = true