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 10:01:32 -07:00 committed by GitHub
parent 9ae0d5388e
commit 63aef7f798
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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