Remove unnecessary dependencies in buffer and language crates
This commit is contained in:
parent
81a85e9c79
commit
37eae2ba67
7 changed files with 34 additions and 61 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue