Implemented Pull OTA json
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user