From c9dbba0d288becb7f05cebe526be25c76e5a850a Mon Sep 17 00:00:00 2001 From: "1992414357@qq.com" <1992414357@qq.com> Date: Thu, 29 May 2025 16:06:11 +0800 Subject: 增加客户端部分 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a214b76..e94a113 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,7 @@ members = [ "core", "console", "bindings/c", + "client", "export" ] @@ -36,4 +37,4 @@ debug = false [profile.dev] strip = false -debug = true \ No newline at end of file +debug = true -- cgit