diff options
| author | Kit La Touche <kit@transneptune.net> | 2025-07-02 16:34:33 -0400 |
|---|---|---|
| committer | Kit La Touche <kit@transneptune.net> | 2025-07-23 16:38:55 -0400 |
| commit | c21eb26c8d011932293aeec3afe4849740f7fdf8 (patch) | |
| tree | d77c92b31dff49e6151d3b2ade851b12a88ad437 /src/push/mod.rs | |
| parent | aec3eaeebd37bce9ab4dad14e7e86ef0db8f0c2d (diff) | |
Rough in client and server side of web-push
Diffstat (limited to 'src/push/mod.rs')
| -rw-r--r-- | src/push/mod.rs | 1 |
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; |
