aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorFlorian Diebold <[email protected]>2020-10-23 16:07:06 +0100
committerFlorian Diebold <[email protected]>2020-10-25 12:53:38 +0000
commit39dfca23f1634c1e21819806bdd696c8096d0f0f (patch)
tree06fc97459be2a8a210d03a43542c9297a9d8d4f6 /Cargo.lock
parent34034e4a64cd49e82171601e55ab6dd1d5b52cd4 (diff)
Add tracing to main rust-analyzer binary
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index efabcf2c5..5c7bcb17b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1372,6 +1372,9 @@ dependencies = [
1372 "text_edit", 1372 "text_edit",
1373 "threadpool", 1373 "threadpool",
1374 "toolchain", 1374 "toolchain",
1375 "tracing",
1376 "tracing-subscriber",
1377 "tracing-tree",
1375 "tt", 1378 "tt",
1376 "vfs", 1379 "vfs",
1377 "vfs-notify", 1380 "vfs-notify",