Change error library to anyhow

This commit is contained in:
2022-06-07 10:38:58 +02:00
parent 76ebcc65e0
commit 15c3f47792
5 changed files with 18 additions and 132 deletions

View File

@ -12,7 +12,7 @@ name = "configure"
path = "src/configure/main.rs"
[dependencies]
failure = "0.1"
anyhow = "1.0"
log = "0.4"
structopt = "0.3"
serde = { version = "1.0", features = ["derive"]}