summaryrefslogtreecommitdiff
path: root/crates/utils/tcp_connection/tcp_connection_test/Cargo.toml
blob: 397f13a56051d754ba28fcd7243998c231e8c1ca (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.46.1", features = ["full"] }
serde = { version = "1.0.219", features = ["derive"] }