anyhow impl

This commit is contained in:
2025-09-24 12:03:17 -04:00
parent 86fdef4b38
commit e6db6bcc68
3 changed files with 15 additions and 8 deletions

View File

@ -6,6 +6,7 @@ description = "Core traits and types for building API clients with http_derive"
license = "MIT OR Apache-2.0"
[dependencies]
anyhow = "1.0.100"
async-trait = "0.1"
awc = "3"
serde = { version = "1", features = ["derive"] }