mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 13:24:19 +00:00
Fix test-support feature propagation for editor and workspace
This commit is contained in:
parent
b571eae4f3
commit
3228a55329
1 changed files with 2 additions and 0 deletions
|
@ -17,11 +17,13 @@ path = "src/main.rs"
|
|||
test-support = [
|
||||
"buffer/test-support",
|
||||
"client/test-support",
|
||||
"editor/test-support",
|
||||
"gpui/test-support",
|
||||
"language/test-support",
|
||||
"project/test-support",
|
||||
"rpc/test-support",
|
||||
"tempdir",
|
||||
"workspace/test-support",
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Reference in a new issue