mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Specify zed as the workspace's default member
This way, `cargo run` at the root of the repo will run the Zed app instead of the server.
This commit is contained in:
parent
849604c7e4
commit
33b9a6e281
@ -1,5 +1,6 @@
|
||||
[workspace]
|
||||
members = ["fsevent", "gpui", "gpui_macros", "server", "zed", "zrpc"]
|
||||
default-members = ["zed"]
|
||||
|
||||
[patch.crates-io]
|
||||
async-task = { git = "https://github.com/zed-industries/async-task", rev = "341b57d6de98cdfd7b418567b8de2022ca993a6e" }
|
||||
|
Loading…
Reference in New Issue
Block a user