Introduce zed-rpc with some shared auth utilities

This commit is contained in:
Max Brunsfeld 2021-06-08 13:07:06 -07:00
parent db3e01a12c
commit 327c20510b
7 changed files with 320 additions and 12 deletions

View file

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