[package] name = "error_union" version = "0.2.0" edition = "2021" license = "MIT" description = "A library to simplify error handling in Rust" homepage = "https://github.com/LupusWolf/ErrorUnion" repository = "https://github.com/LupusWolf/ErrorUnion" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] error_union_derive = { path = "../error_union_derive", version = "0.2.0" } const_panic = "0.2.8"