summaryrefslogtreecommitdiff
path: root/src/push/mod.rs
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 /src/push/mod.rs
parentaec3eaeebd37bce9ab4dad14e7e86ef0db8f0c2d (diff)
Rough in client and server side of web-push
Diffstat (limited to 'src/push/mod.rs')
-rw-r--r--src/push/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/push/mod.rs b/src/push/mod.rs
new file mode 100644
index 0000000..c3d4495
--- /dev/null
+++ b/src/push/mod.rs
@@ -0,0 +1 @@
+pub mod handlers;