refactor(errors): derive FetchError and PixivError with thiserror

This commit is contained in:
2026-08-14 20:23:14 +08:00
parent 6f6898c245
commit 8b3b2a246b
5 changed files with 28 additions and 94 deletions
+1
View File
@@ -13,6 +13,7 @@ url = "2.5.2"
bytes = "1"
zip = "2"
tempfile = "3"
thiserror = "2"
rand = "0.8"
log = "0.4"
tokio = { version = "1.40", features = ["time"] }