[package] name = "temp" version = "0.1.1" edition = "2021" description = "A procedural macro to manage temporary variables" license = "Unlicense" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [lib] name = "temp" proc-macro = true