diff --git a/Cargo.toml b/Cargo.toml index a4f07da..4542dd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,7 @@ members = [ exclude = [ # WASM 用の別の cargo workspace であるため "./devtools-frontend/crates", + "./devtools-frontend/crates/opslang-wasm", # ビルド時はdevtools_frontend/crates が OUT_DIR 以下にコピーされた後wasm-pack buildされるため "target", ]