From 33b9a6e281a6772928d95b280a21ef8916577631 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 30 Jul 2021 10:00:04 -0700 Subject: [PATCH] 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. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 45734a7dce..248326d871 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }