[package] name = "erreur" license = "MIT OR Apache-2.0" authors = ["winston-wen "] keywords = ["utility", "throw", "error", "result"] description = """A tiny crate that facilitates error handling, including tracing line numbers, customizing and propagating error messages.""" repository = "https://github.com/winston-wen/erreur" version = "0.1.2" edition = "2021" [dependencies] [dev-dependencies] rand = "0.8.5"