diff --git a/Cargo.toml b/Cargo.toml index 37e84fbd..49dffcba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,8 @@ [workspace] -members = ["runtime"] +members = [ + "libdyld", + "runtime" +] [profile.dev] panic = "abort"