Skip to content

Commit 7f54729

Browse files
author
tac0turtle
committed
update rust client crate to have compress and decompress code
1 parent df70ffc commit 7f54729

File tree

7 files changed

+668
-7
lines changed

7 files changed

+668
-7
lines changed

Cargo.lock

Lines changed: 48 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/crates/client/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ thiserror = "1.0"
2020
tracing = "0.1"
2121
futures = "0.3"
2222
async-trait = "0.1"
23+
zstd = "0.13"
24+
bytes = "1.5"
2325

2426
[dev-dependencies]
2527
tokio-test = "0.4"

0 commit comments

Comments
 (0)