zed/crates/project_benchmarks/Cargo.toml
Piotr Osiewicz b212cfbc2e
search: Stream project search results sooner (#45245)
- **project search: Stream result buffers sooner in remote scenarios**
- **Fix remote server build**

Closes #ISSUE

Release Notes:

- Improved performance of project search in remote projects.

---------

Co-authored-by: Smit <smit@zed.dev>
Co-authored-by: Zed Zippy <234243425+zed-zippy[bot]@users.noreply.github.com>
Co-authored-by: Smit Barmase <heysmitbarmase@gmail.com>
Co-authored-by: Conrad <conrad@zed.dev>
2026-01-09 20:22:29 +01:00

26 lines
670 B
TOML

[package]
name = "project_benchmarks"
version = "0.1.0"
publish.workspace = true
edition.workspace = true
[dependencies]
anyhow.workspace = true
askpass.workspace = true
clap.workspace = true
client.workspace = true
futures.workspace = true
gpui = { workspace = true, features = ["windows-manifest"] }
http_client = { workspace = true, features = ["test-support"]}
language.workspace = true
node_runtime.workspace = true
project.workspace = true
release_channel.workspace = true
remote = { workspace = true, features = ["build-remote-server-binary"] }
rpassword = "7.4"
semver.workspace = true
settings.workspace = true
watch.workspace = true
[lints]
workspace = true