diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-09-14 12:40:34 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-09-14 12:40:34 +0800 |
| commit | a3e13d09855e606a74081b2599f779d539ea5d0b (patch) | |
| tree | 816f16f04ff42605a8d2c43a2da03b8c7d093fb4 /Cargo.toml | |
| parent | 74b7dff67681191d580f663a866a84cdb4554be4 (diff) | |
Add workspace crates
1. Add `tcp_connection`
2. Add `tcp_connection_test`
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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] |
