Rename zrpc to rpc

Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
Nathan Sobo 2021-10-04 13:28:00 -06:00
parent fdfed3d7db
commit d5b60ad124
26 changed files with 62 additions and 66 deletions

View file

@ -20,7 +20,7 @@ test-support = [
"rpc_client/test-support",
"tempdir",
"worktree/test-support",
"zrpc/test-support",
"rpc/test-support",
]
[dependencies]
@ -71,7 +71,7 @@ tree-sitter-rust = "0.19.0"
url = "2.2"
util = { path = "../util" }
worktree = { path = "../worktree" }
zrpc = { path = "../zrpc" }
rpc = { path = "../rpc" }
[dev-dependencies]
cargo-bundle = "0.5.0"
@ -84,7 +84,7 @@ gpui = { path = "../gpui", features = ["test-support"] }
rpc_client = { path = "../rpc_client", features = ["test-support"] }
util = { path = "../util", features = ["test-support"] }
worktree = { path = "../worktree", features = ["test-support"] }
zrpc = { path = "../zrpc", features = ["test-support"] }
rpc = { path = "../rpc", features = ["test-support"] }
[package.metadata.bundle]
icon = ["app-icon@2x.png", "app-icon.png"]