refactor: use eyre instead of anyhow

This commit is contained in:
technofab 2025-01-07 16:22:17 +01:00
parent 698dfa31e6
commit 8b159d2b56
6 changed files with 21 additions and 21 deletions

View file

@ -26,7 +26,7 @@ axum-extra = { version = "0.9.3", optional = true, features = [
] }
tracing = { version = "0.1", optional = true }
thiserror = { version = "1.0", optional = true }
anyhow = { version = "1.0" }
eyre = { version = "0.6.12" }
frunk = "0.4.2"
[dev-dependencies]