feat: add compute

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-03-21 00:42:17 +01:00
parent 04e452ecc3
commit 7188b44624
17 changed files with 1307 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ edition = "2024"
[dependencies]
forage-core = { path = "../forage-core" }
forage-db = { path = "../forage-db" }
forage-grpc = { path = "../forage-grpc" }
forage-grpc = { path = "../forage-grpc", features = ["client", "server"] }
anyhow.workspace = true
chrono.workspace = true
async-trait.workspace = true
@@ -37,3 +37,4 @@ sha2.workspace = true
notmad.workspace = true
tokio-util.workspace = true
async-nats.workspace = true
async-stream = "0.3"