Added notifications, image preview generator

This commit is contained in:
Ultradesu
2026-08-08 11:02:56 +01:00
parent f7a89b431d
commit c4823b7e64
16 changed files with 1926 additions and 100 deletions
+4 -1
View File
@@ -2,6 +2,7 @@
name = "web-petting"
version = "1.0.2"
edition = "2024"
default-run = "web-petting"
[dependencies]
cot = { version = "0.6.0", default-features = false, features = ["postgres", "json"] }
@@ -15,9 +16,11 @@ serde_json = "1"
multer = "3"
futures = "0.3"
image = { version = "0.25", default-features = false, features = ["jpeg", "png", "webp"] }
tokio = { version = "1", features = ["fs"] }
tokio = { version = "1", features = ["fs", "rt-multi-thread"] }
uuid = { version = "1", features = ["v4"] }
base64 = "0.22"
urlencoding = "2"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
web-push-native = "0.5"
async-trait = "0.1"