Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Commit 330deb1

Browse files
feat: body decoding (#27)
added body decoding + refactoring Co-authored-by: Daniel.Bloom <[email protected]>
1 parent 9c4f4e6 commit 330deb1

File tree

3 files changed

+245
-98
lines changed

3 files changed

+245
-98
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ anyhow = "1"
2121
base64 = "0.13"
2222
candid = { version = "0.7", features = ["mute_warnings"] }
2323
clap = { version = "3", features = ["cargo", "derive"] }
24+
flate2 = "1.0.0"
2425
garcon = { version = "0.2", features = ["async"] }
2526
hex = "0.4"
2627
hyper = { version = "0.14", features = ["full"] }

0 commit comments

Comments
 (0)