servo/components/dom_struct/Cargo.toml
Martin Robinson aa0029c11c
Add rust-version to all Cargo.toml files (#33483)
This is another step preparing for building Servo without `mach`.

Fixes #33430.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
2024-09-17 16:39:07 +00:00

16 lines
298 B
TOML

[package]
name = "dom_struct"
edition.workspace = true
version.workspace = true
authors.workspace = true
license.workspace = true
publish.workspace = true
rust-version.workspace = true
[dependencies]
quote = { workspace = true }
syn = { workspace = true }
[lib]
path = "lib.rs"
proc-macro = true