better error handling using anyhow
This commit is contained in:
parent
425ec50a5f
commit
ad3a235982
4 changed files with 66 additions and 51 deletions
|
|
@ -4,6 +4,7 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.100"
|
||||
askama = "0.14.0"
|
||||
axum = "0.8.6"
|
||||
chrono = "0.4.42"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue