diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-09-14 12:40:56 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-09-14 12:40:56 +0800 |
| commit | 5b26558c895e58a31a0ab7630b1c05c525091f53 (patch) | |
| tree | 832dcee1d6265afcf57a247721a48a967d26a827 | |
| parent | a3e13d09855e606a74081b2599f779d539ea5d0b (diff) | |
Update `tcp_connection_test` Cargo.toml
| -rw-r--r-- | crates/utils/tcp_connection/tcp_connection_test/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/crates/utils/tcp_connection/tcp_connection_test/Cargo.toml b/crates/utils/tcp_connection/tcp_connection_test/Cargo.toml new file mode 100644 index 0000000..54065ad --- /dev/null +++ b/crates/utils/tcp_connection/tcp_connection_test/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "tcp_connection_test" +edition = "2024" +version.workspace = true + +[dependencies] +tcp_connection = { path="../../tcp_connection" } +tokio = { version = "1.46.1", features = ["full"] }
\ No newline at end of file |
