diff --git a/crates/editor/Cargo.toml b/crates/editor/Cargo.toml index 95d7820063..5113b5e7de 100644 --- a/crates/editor/Cargo.toml +++ b/crates/editor/Cargo.toml @@ -80,6 +80,7 @@ util = { path = "../util", features = ["test-support"] } project = { path = "../project", features = ["test-support"] } settings = { path = "../settings", features = ["test-support"] } workspace = { path = "../workspace", features = ["test-support"] } +multi_buffer = { path = "../multi_buffer", features = ["test-support"] } ctor.workspace = true env_logger.workspace = true