[package] name = "serror_axum" description = "axum adaptor for serror" version = "0.1.5" edition = "2021" authors = ["MoghTech"] repository = "https://github.com/mbecker20/serror_axum" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serror = "0.1.5" anyhow = "1.0.79" axum = "0.7.3"