From f15fc62034cab450dc8b6ccd39bfb49b6b205005 Mon Sep 17 00:00:00 2001 From: Mica White Date: Sun, 7 Dec 2025 22:17:00 -0500 Subject: Fix the theme --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1bc0f81..c89ae45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,3 +5,9 @@ edition = "2024" [dependencies] syntect = "5" + +[profile.release] +strip = true +lto = true +panic = "unwind" +codegen-units = 1 -- cgit v1.2.3