Developer API implimentation

This commit is contained in:
nab138
2026-01-27 23:00:30 -05:00
parent 0b69a0b238
commit aee5eaf26e
13 changed files with 271 additions and 204 deletions

View File

@@ -20,11 +20,10 @@ plist = "1.8"
plist-macro = "0.1.3"
reqwest = { version = "0.13.1", features = ["json", "gzip"] }
thiserror = "2.0.17"
chrono = "0.4.43"
async-trait = "0.1.89"
serde = "1.0.228"
rand = "0.9.2"
uuid = "1.19.0"
uuid = {version = "1.20.0", features = ["v4"] }
sha2 = "0.10.9"
tracing = "0.1.44"
tokio-tungstenite = { version = "0.28.0", features = ["rustls-tls-webpki-roots"] }