mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
914cf37f37
Now that smol returns the same Task as async_task, we can simply re-export the async_task::Task struct from our executor module. Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
5 lines
175 B
TOML
5 lines
175 B
TOML
[workspace]
|
|
members = ["zed", "gpui"]
|
|
|
|
[patch.crates-io]
|
|
async-task = {git = "https://github.com/zed-industries/async-task", rev = "341b57d6de98cdfd7b418567b8de2022ca993a6e"}
|