diff --git a/Cargo.lock b/Cargo.lock index a42202047ba7d4952cdce6c91b1e749781e3efb0..958082c772213f059a514b1e41aa718001c1f0d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12836,6 +12836,7 @@ dependencies = [ "pretty_assertions", "project", "rayon", + "remote_connection", "schemars", "search", "serde", diff --git a/crates/project_panel/Cargo.toml b/crates/project_panel/Cargo.toml index 88d85c75f9e6452a72eb4181a94a8bf6395ba754..5149c6f7834474439bd6119511bb294b560fe4de 100644 --- a/crates/project_panel/Cargo.toml +++ b/crates/project_panel/Cargo.toml @@ -54,6 +54,7 @@ criterion.workspace = true editor = { workspace = true, features = ["test-support"] } gpui = { workspace = true, features = ["test-support"] } language = { workspace = true, features = ["test-support"] } +remote_connection = { workspace = true, features = ["test-support"] } serde_json.workspace = true tempfile.workspace = true workspace = { workspace = true, features = ["test-support"] }