From 38f8037908117a3ea7f47ab105ceb31340599cd4 Mon Sep 17 00:00:00 2001 From: marshmallow Date: Sun, 6 Nov 2022 03:18:10 +0000 Subject: [PATCH] add tracing to tokio --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d71e909..12206d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ features = ["toml"] [dependencies.tokio] version = "1.21.0" -features = ["process", "macros", "rt-multi-thread"] +features = ["process", "macros", "rt-multi-thread", "tracing"] [build-dependencies] cargo_toml = "0.13.0"