2021-02-20 17:02:34 +00:00
|
|
|
[workspace]
|
2021-10-04 19:22:21 +00:00
|
|
|
members = ["crates/*"]
|
|
|
|
default-members = ["crates/zed"]
|
2022-01-26 20:51:29 +00:00
|
|
|
resolver = "2"
|
2021-04-02 17:02:09 +00:00
|
|
|
|
|
|
|
[patch.crates-io]
|
2021-05-28 20:09:57 +00:00
|
|
|
async-task = { git = "https://github.com/zed-industries/async-task", rev = "341b57d6de98cdfd7b418567b8de2022ca993a6e" }
|
2021-05-05 02:04:11 +00:00
|
|
|
# TODO - Remove when a version is released with this PR: https://github.com/servo/core-foundation-rs/pull/457
|
2021-05-28 20:09:57 +00:00
|
|
|
cocoa = { git = "https://github.com/servo/core-foundation-rs", rev = "025dcb3c0d1ef01530f57ef65f3b1deb948f5737" }
|
|
|
|
cocoa-foundation = { git = "https://github.com/servo/core-foundation-rs", rev = "025dcb3c0d1ef01530f57ef65f3b1deb948f5737" }
|
|
|
|
core-foundation = { git = "https://github.com/servo/core-foundation-rs", rev = "025dcb3c0d1ef01530f57ef65f3b1deb948f5737" }
|
2021-07-07 16:49:38 +00:00
|
|
|
core-foundation-sys = { git = "https://github.com/servo/core-foundation-rs", rev = "025dcb3c0d1ef01530f57ef65f3b1deb948f5737" }
|
2021-05-28 20:09:57 +00:00
|
|
|
core-graphics = { git = "https://github.com/servo/core-foundation-rs", rev = "025dcb3c0d1ef01530f57ef65f3b1deb948f5737" }
|
2021-04-19 22:00:10 +00:00
|
|
|
|
|
|
|
[profile.dev]
|
|
|
|
split-debuginfo = "unpacked"
|
2021-05-07 12:42:56 +00:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
debug = true
|