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"] }