command_palette: Remove project as a dependency in Cargo.toml (#16082)

The *project crate* is only needed as a dev dependency in the command
palette..
So I am doing some code / dependency cleanup...

Release Notes:

- N/A
This commit is contained in:
Michael Angerman
2024-08-12 13:01:32 -04:00
committed by GitHub
parent 9ae0d5388e
commit 63aef7f798
-1
View File
@@ -20,7 +20,6 @@ fuzzy.workspace = true
gpui.workspace = true
picker.workspace = true
postage.workspace = true
project.workspace = true
serde.workspace = true
settings.workspace = true
theme.workspace = true