From dfbce37f5af97fffa6b9627742686d2970473410 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Fri, 6 Jun 2025 00:07:00 -0500 Subject: [PATCH] updates --- client/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/Cargo.toml b/client/Cargo.toml index 4f8e82d..46c16da 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -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"