Skip to content

Commit

Permalink
Add flate2 to Cargo.toml for #ic4
Browse files Browse the repository at this point in the history
  • Loading branch information
andy1li committed Nov 12, 2024
1 parent 69b1a65 commit d3625cf
Show file tree
Hide file tree
Showing 6 changed files with 126 additions and 0 deletions.
41 changes: 41 additions & 0 deletions compiled_starters/rust/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 compiled_starters/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ rust-version = "1.80"
[dependencies]
anyhow = "1.0.68" # error handling
bytes = "1.3.0" # helps manage buffers
flate2 = "1.0.34" # compression
thiserror = "1.0.38" # error handling
41 changes: 41 additions & 0 deletions solutions/rust/01-gg4/code/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 solutions/rust/01-gg4/code/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ rust-version = "1.80"
[dependencies]
anyhow = "1.0.68" # error handling
bytes = "1.3.0" # helps manage buffers
flate2 = "1.0.34" # compression
thiserror = "1.0.38" # error handling
41 changes: 41 additions & 0 deletions starter_templates/rust/code/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 starter_templates/rust/code/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ rust-version = "1.80"
[dependencies]
anyhow = "1.0.68" # error handling
bytes = "1.3.0" # helps manage buffers
flate2 = "1.0.34" # compression
thiserror = "1.0.38" # error handling

0 comments on commit d3625cf

Please sign in to comment.