Cargo.toml: add libdyld to workspace members

core0-buffer
Astro 2020-04-21 23:39:44 +02:00 committed by Sebastien Bourdeauducq
parent ff672278a5
commit 4c8653cca4
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
[workspace]
members = ["runtime"]
members = [
"libdyld",
"runtime"
]
[profile.dev]
panic = "abort"