[dev-dependencies.anyhow]
version = "1.0.86"
[dev-dependencies.sqlx]
version = "0.7.4"
[dev-dependencies.thiserror]
version = "1.0.61"
[lib]
name = "thiserror_context"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = []
description = "A wrapper around thiserror, giving you the ability to add context"
edition = "2021"
keywords = ["thiserror", "anyhow", "error", "error-context", "context"]
license = "MIT OR Apache-2.0"
name = "thiserror-context"
publish = true
readme = false
repository = "https://github.com/tmyers273/error-context"
version = "0.1.0"