Extract worktree, rpc_client, and util crates

Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
Nathan Sobo 2021-10-04 13:07:35 -06:00
parent 154620233b
commit c236b0828c
29 changed files with 489 additions and 307 deletions

View file

@ -6,8 +6,11 @@ members = [
"fuzzy",
"gpui",
"gpui_macros",
"rpc_client",
"server",
"sum_tree",
"util",
"worktree",
"zed",
"zrpc"
]