Cargo.toml

 1[workspace]
 2members = [
 3    "clock",
 4    "fsevent",
 5    "fuzzy",
 6    "gpui",
 7    "gpui_macros",
 8    "server",
 9    "sum_tree",
10    "zed",
11    "zrpc"
12]
13default-members = ["zed"]
14
15[patch.crates-io]
16async-task = { git = "https://github.com/zed-industries/async-task", rev = "341b57d6de98cdfd7b418567b8de2022ca993a6e" }
17tree-sitter = { git = "https://github.com/tree-sitter/tree-sitter", rev = "d72771a19f4143530b1cfd23808e344f1276e176" }
18# TODO - Remove when a version is released with this PR: https://github.com/servo/core-foundation-rs/pull/457
19cocoa = { git = "https://github.com/servo/core-foundation-rs", rev = "025dcb3c0d1ef01530f57ef65f3b1deb948f5737" }
20cocoa-foundation = { git = "https://github.com/servo/core-foundation-rs", rev = "025dcb3c0d1ef01530f57ef65f3b1deb948f5737" }
21core-foundation = { git = "https://github.com/servo/core-foundation-rs", rev = "025dcb3c0d1ef01530f57ef65f3b1deb948f5737" }
22core-foundation-sys = { git = "https://github.com/servo/core-foundation-rs", rev = "025dcb3c0d1ef01530f57ef65f3b1deb948f5737" }
23core-graphics = { git = "https://github.com/servo/core-foundation-rs", rev = "025dcb3c0d1ef01530f57ef65f3b1deb948f5737" }
24
25[profile.dev]
26split-debuginfo = "unpacked"
27
28[profile.release]
29debug = true