From e2bc26e907c10def259f52401804f7f6d00c498c Mon Sep 17 00:00:00 2001 From: Vika Date: Sun, 17 Apr 2022 08:56:43 +0300 Subject: added tokio-console instrumentation support --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 97230a2..61b100e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,9 @@ sha2 = "^0.9.8" # SHA-2 series of algorithms for Rust warp-prometheus = "^0.5.0" # An afterthought of prometheus metrics for Warp [dependencies.tokio] version = "^1.16.1" -features = ["full"] # TODO determine if my app doesn't need some features +features = ["full", "tracing"] # TODO determine if my app doesn't need some features +[dependencies.console-subscriber] +version = "0.1.3" [dependencies.tokio-stream] version = "^0.1.8" features = ["time", "net"] -- cgit 1.4.1