Skip to content

Commit

Permalink
chore: Optimze bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulrahman1s committed Sep 3, 2022
1 parent 9976abb commit 07ba484
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ rust-s3 = { version = "0.32.3", default-features = false, features = ["sync", "t
online = { version = "3.0.1", default-features = false, features = ["sync"] }
log = "0.4.17"
env_logger = "0.9.0"

[profile.release]
codegen-units = 1
strip = true

0 comments on commit 07ba484

Please sign in to comment.