diff --git a/packages/rust/Cargo.toml b/packages/rust/Cargo.toml index d99288b..64955dd 100644 --- a/packages/rust/Cargo.toml +++ b/packages/rust/Cargo.toml @@ -1,3 +1,4 @@ [workspace] -members = ["core", "wasm"] +members = ["core"] +exclude = ["wasm"] resolver = "2" \ No newline at end of file