diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index 276a6e81c561b9fc653b41481c1723840386ca58..683a7c6fed7c656d02b45712eb4881acbbc13c79 100644 --- a/crates/zed/Cargo.toml +++ b/crates/zed/Cargo.toml @@ -31,7 +31,6 @@ command_palette = { path = "../command_palette" } # component_test = { path = "../component_test" } client = { path = "../client" } # clock = { path = "../clock" } -color = { path = "../color" } copilot = { path = "../copilot" } copilot_ui = { path = "../copilot_ui" } diagnostics = { path = "../diagnostics" }