summaryrefslogtreecommitdiff
path: root/utils/tcp_connection/tcp_connection_test/Cargo.toml
blob: 19a6e9b41c96853c7980fcd399e72c77b7ff2db3 (plain)
1
2
3
4
5
6
7
8
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"] }