Working on #17

This commit is contained in:
Ara Sadoyan
2026-04-13 20:06:57 +02:00
parent f135106a44
commit 9b4ee26a2b
4 changed files with 120 additions and 11 deletions

View File

@@ -25,7 +25,7 @@ log = "0.4.29"
futures = "0.3.32"
notify = "9.0.0-rc.2"
axum = { version = "0.8.8" }
reqwest = { version = "0.13.2", features = ["json", "stream"] }
reqwest = { version = "0.13.2", features = ["json", "stream", "blocking"] }
serde_yml = "0.0.12"
rand = "0.10.0"
base64 = "0.22.1"