ruffle/core/macros/Cargo.toml

16 lines
296 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
[lib]
proc-macro = true
[dependencies]
quote = "1.0.23"
2023-02-27 02:17:55 +00:00
syn = { version = "1.0.109", features = ["full"] }