axum/examples/reqwest-response/Cargo.toml
tison dbd6178393
Upgrade reqwest to 0.12 (#2688)
Signed-off-by: tison <wander4096@gmail.com>
2024-03-29 08:34:56 +01:00

14 lines
407 B
TOML

[package]
name = "example-reqwest-response"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
axum = { path = "../../axum" }
reqwest = { version = "0.12", features = ["stream"] }
tokio = { version = "1.0", features = ["full"] }
tokio-stream = "0.1"
tower-http = { version = "0.5.0", features = ["trace"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }