generated from alecodes/base-template
feat: add thiserror for error handling
This commit is contained in:
parent
07861bcca9
commit
e65afb8553
4 changed files with 27 additions and 7 deletions
|
|
@ -14,4 +14,5 @@ sqlx = { version = "0.8", features = [
|
|||
"sqlite",
|
||||
"chrono",
|
||||
] }
|
||||
tokio = {version = "1.43.0", features = ["full"]}
|
||||
thiserror = "2.0.11"
|
||||
tokio = { version = "1.43.0", features = ["full"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue