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