feat: use thiserror for error handling

This commit is contained in:
rzmk 2026-05-05 16:39:51 -04:00
parent 113819869b
commit cb2ed8476b
3 changed files with 166 additions and 265 deletions

View file

@ -15,6 +15,7 @@ bon = "3.9.1"
reqwest = { version = "0.12.28", features = ["json", "multipart", "stream"] }
serde = "1.0.228"
serde_json = "1.0.149"
thiserror = "2.0.18"
[dev-dependencies]
tokio = { version = "1.52.1", features = ["full"] }