From c21eb26c8d011932293aeec3afe4849740f7fdf8 Mon Sep 17 00:00:00 2001 From: Kit La Touche Date: Wed, 2 Jul 2025 16:34:33 -0400 Subject: Rough in client and server side of web-push --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3