summaryrefslogtreecommitdiff
path: root/Cargo.lock
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.lock
parent74b7dff67681191d580f663a866a84cdb4554be4 (diff)
Add workspace crates
1. Add `tcp_connection` 2. Add `tcp_connection_test`
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3c5f197..95bbdfb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -405,6 +405,14 @@ dependencies = [
]
[[package]]
+name = "tcp_connection_test"
+version = "0.1.0"
+dependencies = [
+ "tcp_connection",
+ "tokio",
+]
+
+[[package]]
name = "tokio"
version = "1.47.1"
source = "registry+https://github.com/rust-lang/crates.io-index"