init
Some checks failed
CI / ci (push) Failing after 1m48s

This commit is contained in:
2026-08-25 23:24:36 +02:00
commit 95739892de
466 changed files with 33918 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
[package]
name = "web-push-adapter"
version.workspace = true
edition.workspace = true
[dependencies]
domain = { workspace = true }
config = { workspace = true }
async-trait = { workspace = true }
tracing = { workspace = true }
base64 = { workspace = true }
web-push = "0.11"
serde_json = { workspace = true }