Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/parser/Cargo.toml')
-rw-r--r--crates/parser/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml
index e74b340126..1f84e3f3af 100644
--- a/crates/parser/Cargo.toml
+++ b/crates/parser/Cargo.toml
@@ -15,6 +15,7 @@ doctest = false
drop_bomb = "0.1.5"
ra-ap-rustc_lexer.workspace = true
limit.workspace = true
+tracing = { workspace = true, optional = true }
[dev-dependencies]
expect-test = "1.4.0"
@@ -23,6 +24,7 @@ stdx.workspace = true
sourcegen.workspace = true
[features]
+default = ["tracing"]
in-rust-tree = []
[lints]