diff --git a/Cargo.toml b/Cargo.toml index 37aa3140a..a8cf4a989 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,8 +11,9 @@ members = [ "xtask", ] exclude = ["testing/data"] -# xtask, testing and the bindings should only be built when invoked explicitly. -default-members = ["benchmarks", "crates/*"] +# xtask, multiverse, benchmarks, testing and the bindings should only be built when invoked +# explicitly. +default-members = ["crates/*"] resolver = "3" [workspace.package]