From 9145c0e39646ba919ada735e2f31443495522202 Mon Sep 17 00:00:00 2001 From: Paul Butler Date: Sun, 31 Oct 2021 03:22:46 -0400 Subject: [PATCH] Add notify.run to community showcase (#435) --- examples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/README.md b/examples/README.md index 84d72534..cddce37e 100644 --- a/examples/README.md +++ b/examples/README.md @@ -9,3 +9,4 @@ setup as its own crate so its dependencies are clear. - [Datafuse](https://github.com/datafuselabs/datafuse): Cloud native data warehouse written in Rust. - [JWT Auth](https://github.com/Z4RX/axum_jwt_example): JWT auth service for educational purposes. - [ROAPI](https://github.com/roapi/roapi): Create full-fledged APIs for static datasets without writing a single line of code. +- [notify.run](https://github.com/notify-run/notify-run-rs): HTTP-to-WebPush relay for sending desktop/mobile notifications to yourself, written in Rust.