mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
This is another step preparing for building Servo without `mach`. Fixes #33430. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
17 lines
339 B
TOML
17 lines
339 B
TOML
[package]
|
|
name = "domobject_derive"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
publish.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = { workspace = true }
|
|
quote = { workspace = true }
|
|
syn = { workspace = true }
|