summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-06-27 14:50:34 -0600
committermo khan <mo@mokhan.ca>2025-06-27 14:50:34 -0600
commit2f895218df8115d90ba03253024f6974a1c4f21b (patch)
tree9583b47e0325a5ba824f0c6be6d0518dc08a7104 /Cargo.toml
parent58bf47abcd34e7d6973de4013207473e8b7f0b3e (diff)
test: add tests for grpc server
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2ac42209..ebacce3b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,5 +24,6 @@ tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["json"] }
[dev-dependencies]
+tokio-stream = "0.1"
tokio-test = "0.4.0"
tonic-build = "0.10.0"