summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index beb83b3..422cc22 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ assets = [
[dependencies]
argon2 = "0.5.3"
-axum = { version = "0.8.1", features = ["form"] }
+axum = { version = "0.8.1", features = ["form", "macros"] }
axum-extra = { version = "0.10.0", features = ["cookie", "query", "typed-header"] }
chrono = { version = "0.4.39", features = ["serde"] }
clap = { version = "4.5.30", features = ["derive", "env"] }
@@ -54,6 +54,7 @@ unicode-normalization = "0.1.24"
unicode-segmentation = "1.12.0"
unix_path = "1.0.1"
uuid = { version = "1.13.2", features = ["v4"] }
+web-push = "0.11.0"
[dev-dependencies]
faker_rand = "0.1.1"