Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/tt/Cargo.toml')
| -rw-r--r-- | crates/tt/Cargo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/crates/tt/Cargo.toml b/crates/tt/Cargo.toml index 1311e2ddf8..cea1519c2d 100644 --- a/crates/tt/Cargo.toml +++ b/crates/tt/Cargo.toml @@ -13,10 +13,14 @@ doctest = false [dependencies] arrayvec.workspace = true -smol_str.workspace = true text-size.workspace = true stdx.workspace = true +intern.workspace = true +ra-ap-rustc_lexer.workspace = true + +[features] +in-rust-tree = [] [lints] workspace = true |