Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/tt/Cargo.toml')
-rw-r--r--crates/tt/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/tt/Cargo.toml b/crates/tt/Cargo.toml
index 82e7c24668..6cfb76400e 100644
--- a/crates/tt/Cargo.toml
+++ b/crates/tt/Cargo.toml
@@ -15,12 +15,16 @@ doctest = false
[dependencies]
arrayvec.workspace = true
text-size.workspace = true
+rustc-hash.workspace = true
+indexmap.workspace = true
+span = { path = "../span", version = "0.0", default-features = false }
stdx.workspace = true
intern.workspace = true
ra-ap-rustc_lexer.workspace = true
[features]
+default = []
in-rust-tree = []
[lints]