mirror of
https://github.com/TECHNOFAB11/aerosol.git
synced 2025-12-11 23:50:07 +01:00
refactor: use eyre instead of anyhow
This commit is contained in:
parent
698dfa31e6
commit
8b159d2b56
6 changed files with 21 additions and 21 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue