[package] name = "exprint" version = "0.0.0" edition = "2021" description = "A library for improving the format_args macro" license = "MIT OR Apache-2.0" repository = "https://github.com/AlesClick/exprint" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies]