feat: add thiserror anyhow

This commit is contained in:
2021-02-09 23:22:46 +08:00
parent 6f36859a4e
commit 03c5919538
4 changed files with 102 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
[package]
name = "thiserror_anyhow"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
thiserror = "1.0.23"
anyhow = "1.0.38"