This commit is contained in:
Brad Stein 2025-06-06 00:07:00 -05:00
parent 32a86353db
commit dfbce37f5a

View File

@ -9,6 +9,8 @@ tonic = "0.11"
tokio-stream = { version = "0.1", features = ["sync"] }
anyhow = "1.0"
navka-common = { path = "../common" }
tracing = { version = "0.1", features = ["std"] }
tracing-subscriber = "0.3"
[build-dependencies]
prost-build = "0.12"