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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/utils/tcp_connection/Cargo.toml b/crates/utils/tcp_connection/Cargo.toml
index e70baf0..22466c8 100644
--- a/crates/utils/tcp_connection/Cargo.toml
+++ b/crates/utils/tcp_connection/Cargo.toml
@@ -9,6 +9,7 @@ tokio = { version = "1.46.1", features = ["full"] }
# Serialization
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
+rmp-serde = "1.3.0"
# Error handling
thiserror = "1.0.69"