ruffle/core/macros/Cargo.toml

16 lines
311 B
TOML

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