mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-30 11:54:03 +00:00
- **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>
26 lines
670 B
TOML
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
|