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

5
Cargo.lock generated
View File

@@ -257,9 +257,14 @@ version = "0.1.0"
dependencies = [
"chrono",
"derive_more",
"futures-util",
"log",
"serde",
"serde_json",
"thiserror",
"tokio",
"tokio-tungstenite",
"tokio-util",
"uuid",
]