From 4c8653cca49bf3bbc2191b33f352c3ac3e403baa Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 21 Apr 2020 23:39:44 +0200 Subject: [PATCH] Cargo.toml: add libdyld to workspace members --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"