Adds gotify notifications

This commit is contained in:
2025-10-09 14:25:08 +02:00
parent caf98654ce
commit 0717f1694f
6 changed files with 909 additions and 29 deletions

View File

@@ -12,3 +12,4 @@ diesel = { version = "2.3.2", features = ["postgres", "uuid", "chrono"] }
chrono = "0.4.42"
log = "0.4.28"
fern = "0.7.1"
reqwest = { version = "0.12.23", features = ["json"] }