ruffle/core/macros/Cargo.toml

19 lines
337 B
TOML

[package]
name = "ruffle_macros"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
version.workspace = true
[lints]
workspace = true
[lib]
proc-macro = true
[dependencies]
quote = "1.0.36"
syn = { version = "2.0.65", features = ["extra-traits", "full"] }