Move wasi-libc-sys into the workspace

This commit is contained in:
Brian Carroll 2022-05-03 19:23:16 +01:00
parent fd9a92927b
commit f9aeed8cc8

View file

@ -46,6 +46,7 @@ members = [
"utils",
"docs",
"linker",
"wasi-libc-sys",
]
exclude = [
"ci/bench-runner",
@ -55,7 +56,6 @@ exclude = [
"compiler/test_mono_macros",
# `cargo build` would cause roc_std to be built with default features which errors on windows
"roc_std",
"wasi-libc-sys",
]
# Needed to be able to run `cargo run -p roc_cli --no-default-features` -
# see www/build.sh for more.