axum/examples/customize-path-rejection/Cargo.toml

14 lines
353 B
TOML
Raw Normal View History

[package]
name = "example-customize-path-rejection"
version = "0.1.0"
edition = "2018"
publish = false
[dependencies]
axum = { path = "../../axum" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }