diff --git a/Cargo.toml b/Cargo.toml index e0cb270..00edba1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,5 +77,11 @@ members = [".", "entity", "migration"] [dev-dependencies] - axum-test = "15.2.0" + + +[profile.release] +lto = true +strip = true +opt-level = 3 +codegen-units = 1