generated from alecodes/base-template
feat: add error handling
This commit is contained in:
parent
6bf3947df3
commit
8d8388e81a
5 changed files with 77 additions and 9 deletions
|
|
@ -8,5 +8,6 @@ axum = "0.8.1"
|
|||
minijinja = "2.7.0"
|
||||
notify = "8.0.0"
|
||||
serde = "1.0.217"
|
||||
thiserror = "2.0.11"
|
||||
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }
|
||||
tower-livereload = "0.9.6"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue