From 81fc1058ee058c2ca0ad83fb369ad3470e442ebc Mon Sep 17 00:00:00 2001 From: Keuin Date: Fri, 28 Jul 2023 23:26:37 +0800 Subject: log with `tracing` --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4066d3d..7e09ce1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,3 +9,5 @@ edition = "2021" clap = { version = "4", features = ["derive"] } hex = "0.4.3" tokio = { version = "1", features = ["full"] } +tracing = "0.1.37" +tracing-subscriber = "0.3.17" -- cgit v1.2.3