Files
axum/examples/print-request-response/Cargo.toml
T

13 lines
306 B
TOML
Raw Normal View History

2021-08-20 09:26:31 +02:00
[package]
name = "example-print-request-response"
version = "0.1.0"
edition = "2021"
2021-08-20 09:26:31 +02:00
publish = false
[dependencies]
axum = { path = "../../axum" }
http-body-util = "0.1.0"
2021-08-20 09:26:31 +02:00
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
2022-03-06 12:37:00 +01:00
tracing-subscriber = { version = "0.3", features = ["env-filter"] }