Cargo.toml: add libdyld to workspace members

astro
Astro 2020-04-21 23:39:44 +02:00
parent ff672278a5
commit 35b9627371
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"