blob: 862241d677a91af513c3d61da81d2e291ba54158 [file] [log] [blame]
[package]
name = "thiserror"
version = "1.0.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "derive(Error)"
repository = "https://github.com/dtolnay/thiserror"
documentation = "https://docs.rs/thiserror"
readme = "README.md"
[dependencies]
thiserror-impl = { version = "1.0", path = "impl" }
[dev-dependencies]
anyhow = "1.0"
[workspace]
members = ["impl"]