diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml index 86a608a00bcc65ed15cc5af03d6060a195b5a639..560a754bf7ead2d9bd7babf309f084325a0f2916 100644 --- a/crates/client/Cargo.toml +++ b/crates/client/Cargo.toml @@ -45,3 +45,4 @@ collections = { path = "../collections", features = ["test-support"] } gpui = { path = "../gpui", features = ["test-support"] } rpc = { path = "../rpc", features = ["test-support"] } settings = { path = "../settings", features = ["test-support"] } +util = { path = "../util", features = ["test-support"] }