Skip to content

Commit

Permalink
wip: fix build errors in image crate
Browse files Browse the repository at this point in the history
  • Loading branch information
cilki committed Nov 13, 2023
1 parent cca0620 commit 5c5d8ae
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 143 deletions.
66 changes: 3 additions & 63 deletions Cargo.lock

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

12 changes: 12 additions & 0 deletions goldboot-image/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,17 @@ repository = "https://github.com/fossable/goldboot"
[dependencies]
aes-gcm = { version = "0.10.3", features = ["std"] }
binrw = "0.13.1"
env_logger = "0.10.1"
flate2 = "1.0.28"
hex = "0.4.3"
log = { version = "0.4.20", default-features = false }
rand = "0.8.5"
regex = "1.10.2"
sha2 = "0.10.8"
simple-error = "0.3.0"
zstd = "0.13.0"

[dev-dependencies]
sha1 = "0.10.6"
tempfile = "3.8.1"
test-env-log = "0.2.8"
Loading

0 comments on commit 5c5d8ae

Please sign in to comment.