Add Cargo.toml features to fix compilation of individual crates

This commit is contained in:
Max Brunsfeld 2021-10-05 14:18:04 -07:00
parent cefb90269e
commit 0282e6f255
2 changed files with 3 additions and 1 deletions

View file

@ -25,6 +25,8 @@ smallvec = { version = "1.6", features = ["union"] }
tree-sitter = "0.19.5"
[dev-dependencies]
gpui = { path = "../gpui", features = ["test-support"] }
rand = "0.8.3"
tree-sitter-rust = "0.19.0"
unindent = "0.1.7"