[package] name = "aui-jsx" version = "0.1.0" edition = "2021" authors = ["Albert Hong "] license-file = "LICENSE" workspace = "../.." description = "A library for creating user interfaces in Rust." [lib] proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] quote = "1.0.26" syn = { version = "2.0.13", features = ["full"] }