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

7
Cargo.lock generated
View File

@ -137,6 +137,12 @@ dependencies = [
"alloc-no-stdlib",
]
[[package]]
name = "anyhow"
version = "1.0.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
[[package]]
name = "async-trait"
version = "0.1.89"
@ -518,6 +524,7 @@ dependencies = [
name = "http_core"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"awc",
"serde",