diff --git a/Cargo.toml b/Cargo.toml index 5fe8b2e..8a6ff35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,3 +2,8 @@ resolver = "2" members = ["aws_secretsmanager_agent", "aws_secretsmanager_caching", "integration-tests"] + +[profile.release] +codegen-units = 1 +lto = "thin" +strip = true