forked from M-Labs/artiq-zynq
Cargo.toml: add libdyld to workspace members
This commit is contained in:
parent
ff672278a5
commit
4c8653cca4
|
@ -1,5 +1,8 @@
|
||||||
[workspace]
|
[workspace]
|
||||||
members = ["runtime"]
|
members = [
|
||||||
|
"libdyld",
|
||||||
|
"runtime"
|
||||||
|
]
|
||||||
|
|
||||||
[profile.dev]
|
[profile.dev]
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
|
|
Loading…
Reference in New Issue