mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-25 06:24:56 +00:00
#2874 on steroids Before you mark this PR as ready for review, make sure that you have: - [ ] Added a solid test coverage and/or screenshots from doing manual testing - [ ] Done a self-review taking into account security and performance aspects - [ ] Aligned any UI changes with the [UI checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist) Release Notes: - N/A --------- Co-authored-by: Eric Holk <eric@zed.dev>
27 lines
662 B
TOML
27 lines
662 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
|
|
gpui_platform.workspace = true
|
|
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
|