Cargo.toml

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