mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03: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>
6 lines
175 B
TOML
6 lines
175 B
TOML
[workspace]
|
|
members = ["zed", "gpui"]
|
|
|
|
[patch.crates-io]
|
|
async-task = {git = "https://github.com/zed-industries/async-task", rev = "341b57d6de98cdfd7b418567b8de2022ca993a6e"}
|