Add fsevent crate to workspace

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Max Brunsfeld 2021-04-15 16:29:55 -07:00
parent 497dedbb84
commit fbaab121f6
5 changed files with 302 additions and 1 deletions

View file

@ -1,5 +1,5 @@
[workspace]
members = ["zed", "gpui"]
members = ["zed", "gpui", "fsevent"]
[patch.crates-io]
async-task = {git = "https://github.com/zed-industries/async-task", rev = "341b57d6de98cdfd7b418567b8de2022ca993a6e"}