From 67b412a1a5f1db80dd4187a87cd18cea066c61a6 Mon Sep 17 00:00:00 2001 From: ddidderr Date: Sat, 30 May 2026 18:57:06 +0200 Subject: [PATCH] fmt: tombi --- Cargo.toml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9402553..2086a42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,16 +21,19 @@ libc = "0.2" rlimit = "0.11" [target.'cfg(windows)'.dependencies] -windows-sys = { version = "0.61", features = [ - "Win32_Foundation", - "Win32_Security", - "Win32_Storage_FileSystem", - "Win32_System_Console", -] } +windows-sys = { + version = "0.61", + features = [ + "Win32_Foundation", + "Win32_Security", + "Win32_Storage_FileSystem", + "Win32_System_Console", + ] +} [profile.release] debug = false strip = true -lto = false +lto = true panic = "unwind" codegen-units = 1