axum/examples/query-params-with-empty-strings/Cargo.toml

13 lines
333 B
TOML
Raw Normal View History

[package]
name = "example-query-params-with-empty-strings"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
axum = { path = "../../axum" }
http-body-util = "0.1.0"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.0", features = ["full"] }
tower = { version = "0.5.1", features = ["util"] }