diff --git a/Cargo.toml b/Cargo.toml index 2dbc0b867d..24a4817856 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.