feat: use thiserror for errors

This commit is contained in:
Radical 2025-05-23 12:52:41 +02:00
parent 73ceea63b6
commit fee46e1433
2 changed files with 80 additions and 0 deletions

View file

@ -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"