client: add anyhow + tokio-stream deps

This commit is contained in:
Brad Stein 2025-06-01 14:54:25 -05:00
parent 87bceec1b4
commit cb4eb8feaf

View File

@ -4,7 +4,11 @@ version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1.45", features = ["full"] }
tonic = "0.11"
tokio-stream = "0.1"
anyhow = "1.0"
navka-common = { path = "../common" }
evdev = "0.12"
tonic = "0.11"
[build-dependencies]
prost-build = "0.12"