From 74378a7575ab8329caa2fb48b639670e334f2546 Mon Sep 17 00:00:00 2001 From: iven Date: Mon, 20 Apr 2026 00:10:35 +0800 Subject: [PATCH] =?UTF-8?q?feat(itops):=20=E7=BC=96=E8=AF=91=20WASM=20?= =?UTF-8?q?=E5=B9=B6=E9=AA=8C=E8=AF=81=E5=AE=89=E8=A3=85=20=E2=80=94=204?= =?UTF-8?q?=20=E5=AE=9E=E4=BD=93/8=20=E6=9D=83=E9=99=90=E5=B7=B2=E5=88=9B?= =?UTF-8?q?=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index b74dac9..5a7d3b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1325,6 +1325,13 @@ dependencies = [ "wit-bindgen 0.55.0", ] +[[package]] +name = "erp-plugin-itops" +version = "0.1.0" +dependencies = [ + "wit-bindgen 0.55.0", +] + [[package]] name = "erp-plugin-prototype" version = "0.1.0"