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