web: use Form and Query from axum_extra
Otherwise Vec can not be deserialized.
This commit is contained in:
parent
84f5f24b6a
commit
da1d36739f
2 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ edition = "2024"
|
|||
[dependencies]
|
||||
anyhow = "1"
|
||||
axum = { version = "0.8", features = [ "macros" ] }
|
||||
axum-extra = { version = "0.10", features = ["cookie"] }
|
||||
axum-extra = { version = "0.10", features = ["cookie", "form", "query"] }
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
dotenvy = "0.15"
|
||||
rand = "0.9"
|
||||
|
|
|
|||
Loading…
Reference in a new issue