[package] name = "asset_procmac" version = "0.2.3" authors = ["WhyNotDogie"] edition = "2021" description = "Some i/o macros that help with applications that need assets, by importing them using normal FS in debug builds, but directly embedding the data in the application in release builds." license = "ISC" [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 = "2.0.15"