From c470dff02c2c4def065efa59dd04026ca50dc090 Mon Sep 17 00:00:00 2001 From: "1992414357@qq.com" <1992414357@qq.com> Date: Tue, 27 May 2025 10:48:06 +0800 Subject: 将pad_io更名为pad_service MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/src/pad_service/mod.rs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 core/src/pad_service/mod.rs (limited to 'core/src/pad_service/mod.rs') diff --git a/core/src/pad_service/mod.rs b/core/src/pad_service/mod.rs new file mode 100644 index 0000000..ae10f2d --- /dev/null +++ b/core/src/pad_service/mod.rs @@ -0,0 +1,5 @@ +pub mod client; +pub mod client_debug_cli; + +pub mod server; +pub mod server_debug_cli; \ No newline at end of file -- cgit