summaryrefslogtreecommitdiff
path: root/crates/utils/tcp_connection/tcp_connection_test/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-09-14 12:40:56 +0800
committer魏曹先生 <1992414357@qq.com>2025-09-14 12:40:56 +0800
commit5b26558c895e58a31a0ab7630b1c05c525091f53 (patch)
tree832dcee1d6265afcf57a247721a48a967d26a827 /crates/utils/tcp_connection/tcp_connection_test/Cargo.toml
parenta3e13d09855e606a74081b2599f779d539ea5d0b (diff)
Update `tcp_connection_test` Cargo.toml
Diffstat (limited to 'crates/utils/tcp_connection/tcp_connection_test/Cargo.toml')
-rw-r--r--crates/utils/tcp_connection/tcp_connection_test/Cargo.toml8
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