diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-09-29 13:54:28 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-09-29 13:54:28 +0800 |
| commit | 2753a38ab627369c8bffce610b3106869f26dd61 (patch) | |
| tree | 367198d276a0fc55eaf5b51d5e7a9766556e1bbe /crates/utils/tcp_connection/Cargo.toml | |
| parent | 7f6a6600bbb6ec4a76e7cbd6bdbaec2875a80f5d (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.toml | 1 |
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" |
