summaryrefslogtreecommitdiff
path: root/crates/utils/tcp_connection/Cargo.toml
blob: 3812e1de0d4cd46aeca72349f2044072e99da4b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "tcp_connection"
edition = "2024"
version.workspace = true

[dependencies]
tokio = { version = "1.46.1", features = ["full"] }

# Serialization
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"