moves code into the api layer

This commit is contained in:
2025-12-30 01:54:39 -05:00
parent 8d737e8f33
commit 29f7f6d83b
14 changed files with 444 additions and 286 deletions

View File

@@ -12,3 +12,8 @@ serde = { version = "1.0.228", features = ["derive"] }
derive_more = { version = "2.1.0", features = ["from", "try_into"] }
uuid = { version = "1.19.0", features = ["v4", "serde"] }
chrono = { version = "0.4.39", features = ["serde"] }
tokio = { version = "1.43.0", features = ["rt", "macros"] }
tokio-tungstenite = { version = "0.28.0", features = ["rustls-tls-native-roots"] }
tokio-util = "0.7.17"
futures-util = "0.3.31"
serde_json = "1.0.145"