Implement basic error handling with anyhow

This commit is contained in:
2023-03-12 21:11:30 +01:00
parent 02dcb9d5d0
commit 81b7339634
4 changed files with 136 additions and 104 deletions

1
Cargo.lock generated
View File

@ -798,6 +798,7 @@ dependencies = [
name = "image-gallery"
version = "0.1.0"
dependencies = [
"anyhow",
"axum",
"axum-sessions",
"axum-template",