[package] name = "quickerr" version = "0.3.2" edition = "2021" authors = ["PROMETHIA"] description = "A macro to define errors quickly, like `thiserror` but terser and more opinionated" readme = "README.md" repository = "https://github.com/PROMETHIA-27/quickerr" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] proc-macro2 = "1.0.66" syn = "2.0.29"