mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
* Update to syn 2 where possible * Cleanups * Better no_trace comment Co-authored-by: Martin Robinson <mrobinson@igalia.com> --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com>
17 lines
402 B
TOML
17 lines
402 B
TOML
[package]
|
|
name = "derive_common"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
darling = { workspace = true }
|
|
proc-macro2 = { workspace = true }
|
|
quote = { workspace = true }
|
|
syn = { version = "1", default-features = false, features = ["clone-impls", "derive", "parsing"] }
|
|
synstructure = "0.12"
|