summaryrefslogtreecommitdiff
path: root/crates/utils/tcp_connection/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-09-29 13:54:28 +0800
committer魏曹先生 <1992414357@qq.com>2025-09-29 13:54:28 +0800
commit2753a38ab627369c8bffce610b3106869f26dd61 (patch)
tree367198d276a0fc55eaf5b51d5e7a9766556e1bbe /crates/utils/tcp_connection/Cargo.toml
parent7f6a6600bbb6ec4a76e7cbd6bdbaec2875a80f5d (diff)
Add incremental transfer functionality and update TCP connection utilities
- Add instance_incremental_transfer module for handling incremental data transfers - Add test_incremental_transfer module for testing incremental transfer functionality - Update TCP connection library to support new incremental transfer features - Update Cargo.toml dependencies for TCP connection utilities - Update main library to integrate new TCP connection functionality
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 22466c8..8d62a26 100644
--- a/crates/utils/tcp_connection/Cargo.toml
+++ b/crates/utils/tcp_connection/Cargo.toml
@@ -25,3 +25,4 @@ rand = "0.10.0-rc.0"
base64 = "0.22.1"
pem = "3.0.5"
crc = "3.3.0"
+blake3 = "1.5.0"