forked from gorb/backend
feat: use thiserror for errors
This commit is contained in:
parent
73ceea63b6
commit
fee46e1433
2 changed files with 80 additions and 0 deletions
|
@ -33,6 +33,7 @@ deadpool = "0.12"
|
|||
diesel = { version = "2.2", features = ["uuid"] }
|
||||
diesel-async = { version = "0.5", features = ["deadpool", "postgres", "async-connection-wrapper"] }
|
||||
diesel_migrations = { version = "2.2.0", features = ["postgres"] }
|
||||
thiserror = "2.0.12"
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "1.44"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue