mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 07:25:36 +01:00
Refactor error handling to use anyhow throughout codebase
Switch all custom error types and handler signatures from `Box<dyn std::error::Error + Send + Sync>` to `anyhow::Result`. Add anyhow as a dependency. Fix typos and update function names for consistency.
This commit is contained in:
@@ -54,3 +54,4 @@ smartstring = { version = "1.0.1", features = ["serde"] }
|
||||
moka = { version = "0.12.10", features = ["future"] }
|
||||
|
||||
sentry = { version = "0.40.0", features = ["debug-images"] }
|
||||
anyhow = "1.0.98"
|
||||
|
||||
Reference in New Issue
Block a user