From 5f5b94d297503d56f209459a28a57d2539555c1e Mon Sep 17 00:00:00 2001 From: ljy9810 Date: Wed, 21 May 2025 09:46:26 +0800 Subject: [PATCH] =?UTF-8?q?ylong=5Fruntime=E6=B7=BB=E5=8A=A0innerapi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ljy9810 --- bundle.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bundle.json b/bundle.json index e1cad2c..1f72089 100644 --- a/bundle.json +++ b/bundle.json @@ -45,6 +45,15 @@ }, { "name": "//commonlibrary/rust/ylong_runtime/ylong_runtime:ylong_runtime_static" + }, + { + "name": "//commonlibrary/rust/ylong_runtime/ylong_runtime_macros:ylong_runtime_macros" + }, + { + "name": "//commonlibrary/rust/ylong_runtime/ylong_signal:ylong_signal" + }, + { + "name": "//commonlibrary/rust/ylong_runtime/ylong_io:ylong_io" } ], "test": [ -- Gitee