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"