From ffab06bf5fd27ec463926b132881354fb0581011 Mon Sep 17 00:00:00 2001 From: gigirassy Date: Thu, 28 May 2026 06:13:23 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 289a37f..bd014c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,15 @@ name = "image-proxy" version = "0.1.0" edition = "2021" + +[profile.release] +opt-level = 3 +debug = false +panic = "unwind" +lto = true +codegen-units = 1 +strip = true + [dependencies] axum = "0.7" tokio = { version = "1", features = ["full"] }