Cargo.toml

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