feat: bin for combined server and worker

This commit is contained in:
Per Stark
2025-03-20 21:31:20 +01:00
parent c52c4d18a1
commit ba0db2649c
7 changed files with 212 additions and 100 deletions
+1
View File
@@ -12,6 +12,7 @@ tracing = { workspace = true }
serde_json = { workspace = true }
futures = { workspace = true }
async-openai = { workspace = true }
surrealdb = { workspace = true }
tiktoken-rs = "0.6.0"
reqwest = {version = "0.12.12", features = ["charset", "json"]}