thiserror-nostd-notrait/Cargo.toml

12 lines
214 B
TOML
Raw Normal View History

2019-10-08 23:18:38 -07:00
[package]
name = "thiserror"
version = "0.0.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
[dependencies]
thiserror-impl = { version = "0.0", path = "impl" }
2019-10-09 07:26:23 -07:00
[dev-dependencies]
anyhow = "1.0"