summaryrefslogtreecommitdiff
path: root/utils/tcp_connection/tcp_connection_test/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'utils/tcp_connection/tcp_connection_test/Cargo.toml')
-rw-r--r--utils/tcp_connection/tcp_connection_test/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/utils/tcp_connection/tcp_connection_test/Cargo.toml b/utils/tcp_connection/tcp_connection_test/Cargo.toml
new file mode 100644
index 0000000..19a6e9b
--- /dev/null
+++ b/utils/tcp_connection/tcp_connection_test/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "tcp_connection_test"
+edition = "2024"
+version.workspace = true
+
+[dependencies]
+tcp_connection = { path = "../../tcp_connection" }
+tokio = { version = "1.48.0", features = ["full"] }
+serde = { version = "1.0.228", features = ["derive"] }