From 2dae043e8ffcb030699f3523568544676e370b53 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Fri, 29 Nov 2024 02:10:19 +0000 Subject: add some tracing --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3cb7177..c630152 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,3 +11,4 @@ circular = { version = "0.3.0", path = "../circular" } futures = "0.3.30" nom = "7.1.3" tokio = { version = "1.36.0", features = ["io-util", "net", "io-std", "full"] } +tracing = "0.1.41" -- cgit