Skip to content

Commit

Permalink
Merge pull request #56 from flatcar/dongsu/cleanup-crates
Browse files Browse the repository at this point in the history
Cargo.toml: remove unnecessary crates bzip2, protobuf
  • Loading branch information
dongsupark authored Aug 1, 2024
2 parents c46ae8f + a5aac84 commit 21d64e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

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

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ edition = "2021"
[dependencies]
anyhow = "1.0.75"
argh = "0.1"
bzip2 = "0.4.4"
env_logger = "0.10"
globset = "0.4"
log = "0.4"
protobuf = "3.2.0"
reqwest = { version = "0.11", features = ["blocking"] }
sha2 = "0.10"
tempfile = "3.8.1"
Expand Down Expand Up @@ -48,3 +46,7 @@ strip = true
# Reduce binary size by using one codegen unit for similar gains as thin LTO
# (which we had problem with when cross-compiling)
codegen-units = 1

# cargo-machete shows false positive of uuid, which is actually needed.
[package.metadata.cargo-machete]
ignored = ["uuid"]

0 comments on commit 21d64e5

Please sign in to comment.