Simple notification http server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 9 lines 142 B view raw
1[package] 2name = "notify-me" 3version = "0.1.0" 4edition = "2024" 5 6[dependencies] 7actix-web = "4.12.0" 8notify-rust = "4.11.7" 9serde = "1.0.228"