From bd6ed3b8e149466a55c1208e3b9fd0b299bc98ba Mon Sep 17 00:00:00 2001 From: Lachezar Lechev Date: Tue, 26 Nov 2024 12:25:15 +0200 Subject: [PATCH] chore(workspace): add tracing and tracing-subscriber as deps. Signed-off-by: Lachezar Lechev --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 0e6cd70..4a1bd47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,6 +45,9 @@ hex = "0.4" # Futures futures = "0.3" +tracing = { version = "0.1" } +tracing-subscriber = { version = "0.3" } + [profile.release] lto = true opt-level = 3