From e0c12600ee090fa360be7e56446b9212a3cbd3b3 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Fri, 29 May 2026 21:56:55 -0500 Subject: lots of work --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e875dbc..64fc332 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,3 +12,10 @@ tower = "0.5.3" tower-http = { version = "0.6.11", features = ["compression-gzip", "fs", "timeout", "trace"] } tracing = "0.1.44" tracing-subscriber = "0.3.23" + +[profile.release] +opt-level = 3 +lto = true +codegen-units = 1 +panic = "abort" +strip = true -- cgit v1.2.3