From 8a4544fc183e112564bdc6ac8511152c92ce7c56 Mon Sep 17 00:00:00 2001 From: Naz Date: Sun, 12 Oct 2025 11:00:08 +0100 Subject: =?UTF-8?q?=E2=9C=A8feat:=20add=20tracing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a6798f4..f64cf45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,4 +18,6 @@ serde = { version = "1.0.223", features = ["derive"] } serde_json = "1.0.145" tokio = { version = "1.47.1", features = ["full"] } toml = "0.9.5" -tower-http = { version = "0.6.6", features = ["fs"] } +tower-http = { version = "0.6.6", features = ["fs", "trace"] } +tracing = "0.1.41" +tracing-subscriber = { version = "0.3.20", features = ["env-filter"] } -- cgit v1.2.3