From 5b26558c895e58a31a0ab7630b1c05c525091f53 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 14 Sep 2025 12:40:56 +0800 Subject: Update `tcp_connection_test` Cargo.toml --- crates/utils/tcp_connection/tcp_connection_test/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 crates/utils/tcp_connection/tcp_connection_test/Cargo.toml (limited to 'crates') 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 -- cgit