summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 05a880b..505378d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2021"
argon2 = "0.5.3"
async-trait = "0.1.82"
axum = { version = "0.7.5", features = ["form"] }
-axum-extra = { version = "0.9.3", features = ["cookie", "typed-header"] }
+axum-extra = { version = "0.9.3", features = ["cookie", "query", "typed-header"] }
chrono = { version = "0.4.38", features = ["serde"] }
clap = { version = "4.5.16", features = ["derive", "env"] }
futures = "0.3.30"