summaryrefslogtreecommitdiff
path: root/examples/query-params-with-empty-strings/Cargo.toml
blob: 7a52e98d1ea00395c1c06ba546f995d958de6bb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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"
hyper = "1.0.0"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.0", features = ["full"] }
tower = { version = "0.4", features = ["util"] }