Implemented Pull OTA json

This commit is contained in:
2025-01-04 22:29:43 +00:00
parent f76f248446
commit 9919495346
11 changed files with 194 additions and 35 deletions

View File

@@ -9,9 +9,12 @@ edition = "2021"
actix-web = "4.4.0"
chrono = { version = "0.4.31", features = ["serde"] }
dotenvy = "0.15"
enum_stringify = "0.6.1"
env_logger = "0.11"
log = "0.4.20"
serde = "1.0.188"
sqlx = { version = "0.8", features = [ "runtime-tokio", "tls-rustls", "postgres", "migrate", "chrono", "mac_address"] }
sqlx-cli = "0.8"
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "1.0"
tokio = { version = "1", features = ["fs", "rt-multi-thread"] }