summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
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"