diff --git a/crates/title_bar/Cargo.toml b/crates/title_bar/Cargo.toml index a6ee0a1f0a14f2..02b2634f762071 100644 --- a/crates/title_bar/Cargo.toml +++ b/crates/title_bar/Cargo.toml @@ -74,6 +74,7 @@ client = { workspace = true, features = ["test-support"] } gpui = { workspace = true, features = ["test-support"] } notifications = { workspace = true, features = ["test-support"] } project = { workspace = true, features = ["test-support"] } +recent_projects = { workspace = true, features = ["test-support"] } release_channel.workspace = true remote = { workspace = true, features = ["test-support"] } rpc = { workspace = true, features = ["test-support"] }