summaryrefslogtreecommitdiff
path: root/crates/utils/tcp_connection/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/utils/tcp_connection/Cargo.toml')
-rw-r--r--crates/utils/tcp_connection/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/crates/utils/tcp_connection/Cargo.toml b/crates/utils/tcp_connection/Cargo.toml
new file mode 100644
index 0000000..5a4f8ca
--- /dev/null
+++ b/crates/utils/tcp_connection/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "tcp_connection"
+edition = "2024"
+version.workspace = true
+
+[dependencies]
+tokio = { version = "1.46.1", features = ["full"] } \ No newline at end of file