From 07ba4846992ed2c25efca4574263ccd5ccd74d68 Mon Sep 17 00:00:00 2001 From: abdulrahman1s <61483023+abdulrahman1s@users.noreply.github.com> Date: Sat, 3 Sep 2022 19:00:06 +0000 Subject: [PATCH] chore: Optimze bundle size --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 4b27571..0ad606a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 \ No newline at end of file