From 39dfca23f1634c1e21819806bdd696c8096d0f0f Mon Sep 17 00:00:00 2001 From: Florian Diebold Date: Fri, 23 Oct 2020 17:07:06 +0200 Subject: Add tracing to main rust-analyzer binary --- Cargo.lock | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index efabcf2c5..5c7bcb17b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1372,6 +1372,9 @@ dependencies = [ "text_edit", "threadpool", "toolchain", + "tracing", + "tracing-subscriber", + "tracing-tree", "tt", "vfs", "vfs-notify", -- cgit v1.2.3