Remove unnecessary dependencies in buffer and language crates

This commit is contained in:
Max Brunsfeld 2021-10-21 09:40:50 +02:00
parent 81a85e9c79
commit 37eae2ba67
7 changed files with 34 additions and 61 deletions

View file

@ -4,7 +4,11 @@ version = "0.1.0"
edition = "2018"
[features]
test-support = ["buffer/test-support", "gpui/test-support"]
test-support = [
"buffer/test-support",
"language/test-support",
"gpui/test-support",
]
[dependencies]
buffer = { path = "../buffer" }