diff --git a/Cargo.toml b/Cargo.toml index ad07429243817b27b4c09fc651b50de820183a9d..fd08fbb3f971e84d27e469bd79888531366109c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -219,8 +219,9 @@ members = [ # Tooling # + "tooling/perf", "tooling/workspace-hack", - "tooling/xtask", "tooling/perf", + "tooling/xtask", ] default-members = ["crates/zed"]