feat: add thiserror anyhow
This commit is contained in:
12
__err/thiserror_anyhow/Cargo.toml
Normal file
12
__err/thiserror_anyhow/Cargo.toml
Normal 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"
|
||||
|
||||
Reference in New Issue
Block a user