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"
syn = { version = "1.0.105", features = ["full"] }