2021-11-02 14:42:47 +01:00
|
|
|
[package]
|
|
|
|
name = "example-query-params-with-empty-strings"
|
|
|
|
version = "0.1.0"
|
2022-06-17 20:11:35 +02:00
|
|
|
edition = "2021"
|
2021-11-02 14:42:47 +01:00
|
|
|
publish = false
|
|
|
|
|
|
|
|
[dependencies]
|
2021-11-03 12:38:48 +01:00
|
|
|
axum = { path = "../../axum" }
|
2023-11-23 12:03:03 +01:00
|
|
|
http-body-util = "0.1.0"
|
|
|
|
hyper = "1.0.0"
|
2021-11-02 14:42:47 +01:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
2022-06-10 08:59:17 +02:00
|
|
|
tokio = { version = "1.0", features = ["full"] }
|
2021-11-02 14:42:47 +01:00
|
|
|
tower = { version = "0.4", features = ["util"] }
|