From f03fa6fa77a68bff80b65ee69765042076a306c2 Mon Sep 17 00:00:00 2001 From: Samuel Perrouault Date: Wed, 23 Jul 2025 00:05:12 +0200 Subject: exploring a fully static path --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 73f1c6d..3793f4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,11 @@ version = "0.1.0" edition = "2024" [dependencies] +rustix = { version = "1.0.8", default-features = false, features = [ "runtime", "stdio" ] } + +[profile.dev] +panic = "abort" + +[profile.release] +lto = true +panic = "abort" -- cgit v1.2.3