From a3e13d09855e606a74081b2599f779d539ea5d0b Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 14 Sep 2025 12:40:34 +0800 Subject: Add workspace crates 1. Add `tcp_connection` 2. Add `tcp_connection_test` --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e3bd503..59d911b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,8 +15,10 @@ members = [ "crates/utils/cfg_file/cfg_file_derive", "crates/utils/cfg_file/cfg_file_test", + "crates/utils/tcp_connection", + "crates/utils/tcp_connection/tcp_connection_test", + "crates/utils/member_verify", - "crates/utils/tcp_connection" ] [workspace.package] -- cgit