summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-09-14 12:40:34 +0800
committer魏曹先生 <1992414357@qq.com>2025-09-14 12:40:34 +0800
commita3e13d09855e606a74081b2599f779d539ea5d0b (patch)
tree816f16f04ff42605a8d2c43a2da03b8c7d093fb4 /Cargo.toml
parent74b7dff67681191d580f663a866a84cdb4554be4 (diff)
Add workspace crates
1. Add `tcp_connection` 2. Add `tcp_connection_test`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
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]