From 5a527948152c7e2faa729c24dde9b09dd136ed6f Mon Sep 17 00:00:00 2001 From: shimomura-shunsuke Date: Thu, 27 Jun 2024 17:17:13 +0900 Subject: [PATCH] =?UTF-8?q?cargo=E3=81=AB=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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", ]