feat: add thiserror for error handling

This commit is contained in:
Alexander Navarro 2025-01-21 11:43:59 -03:00
parent 07861bcca9
commit e65afb8553
4 changed files with 27 additions and 7 deletions

View file

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