ruffle/core/macros/Cargo.toml

19 lines
337 B
TOML
Raw Normal View History

[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]
2024-01-08 01:33:37 +00:00
quote = "1.0.35"
2024-03-18 11:02:01 +00:00
syn = { version = "2.0.53", features = ["extra-traits", "full"] }