diff options
| author | mo khan <mo@mokhan.ca> | 2025-06-27 14:50:34 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-06-27 14:50:34 -0600 |
| commit | 2f895218df8115d90ba03253024f6974a1c4f21b (patch) | |
| tree | 9583b47e0325a5ba824f0c6be6d0518dc08a7104 /Cargo.toml | |
| parent | 58bf47abcd34e7d6973de4013207473e8b7f0b3e (diff) | |
test: add tests for grpc server
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
