Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/sourcegen/Cargo.toml')
| -rw-r--r-- | crates/sourcegen/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/sourcegen/Cargo.toml b/crates/sourcegen/Cargo.toml index e75867e2d8..a84110d940 100644 --- a/crates/sourcegen/Cargo.toml +++ b/crates/sourcegen/Cargo.toml @@ -11,3 +11,6 @@ doctest = false [dependencies] xshell = "0.2.2" + +[features] +in-rust-tree = [] |