[package] name = "bootstraps" version = "0.1.1" edition = "2021" description = "Proc macro for Windows DllMain entry point" repository = "https://github.com/0xFounders/bootstraps" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] syn = { version = "1.0", features = ["full"]} quote = "1.0"