summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKit La Touche <kit@transneptune.net>2025-07-02 16:34:33 -0400
committerKit La Touche <kit@transneptune.net>2025-07-23 16:38:55 -0400
commitc21eb26c8d011932293aeec3afe4849740f7fdf8 (patch)
treed77c92b31dff49e6151d3b2ade851b12a88ad437 /Cargo.toml
parentaec3eaeebd37bce9ab4dad14e7e86ef0db8f0c2d (diff)
Rough in client and server side of web-push
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"