Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/project-model/Cargo.toml')
| -rw-r--r-- | crates/project-model/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/project-model/Cargo.toml b/crates/project-model/Cargo.toml index 7e0b1f75f7..f825a456de 100644 --- a/crates/project-model/Cargo.toml +++ b/crates/project-model/Cargo.toml @@ -39,5 +39,9 @@ toolchain.workspace = true [dev-dependencies] expect-test = "1.5.1" +[features] +default = [] +in-rust-tree = [] + [lints] workspace = true |