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

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

[dependencies]
quote = "0.3"