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

Commit

Permalink
feat: body decoding (#27)
Browse files Browse the repository at this point in the history
added body decoding + refactoring

Co-authored-by: Daniel.Bloom <[email protected]>
  • Loading branch information
3cL1p5e7 and Daniel-Bloom-dfinity authored Mar 17, 2022
1 parent 9c4f4e6 commit 330deb1
Show file tree
Hide file tree
Showing 3 changed files with 245 additions and 98 deletions.
29 changes: 29 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ anyhow = "1"
base64 = "0.13"
candid = { version = "0.7", features = ["mute_warnings"] }
clap = { version = "3", features = ["cargo", "derive"] }
flate2 = "1.0.0"
garcon = { version = "0.2", features = ["async"] }
hex = "0.4"
hyper = { version = "0.14", features = ["full"] }
Expand Down
Loading

0 comments on commit 330deb1

Please sign in to comment.