mirror of https://github.com/tokio-rs/axum
16 lines
439 B
TOML
16 lines
439 B
TOML
[package]
|
|
name = "example-customize-extractor-error"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
axum = { path = "../../axum", features = ["macros"] }
|
|
axum-extra = { path = "../../axum-extra" }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
thiserror = "1.0"
|
|
tokio = { version = "1.20", features = ["full"] }
|
|
tracing = "0.1"
|
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|