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
Generated
+1
View File
@@ -2937,6 +2937,7 @@ dependencies = [
"serde",
"serde_json",
"tempfile",
"thiserror",
"tokio",
"url",
"zip",