@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user