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