From 62f4943bdb8d3e1aa283332ad1413fecb7660a92 Mon Sep 17 00:00:00 2001 From: laentropia Date: Mon, 27 Apr 2026 19:24:32 -0600 Subject: [PATCH] chages to TOML --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 3823fa7..3883df3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,4 +3,10 @@ name = "fractions" version = "0.1.0" edition = "2024" +[profile.release] +opt-level = 3 + +[lints.rust] +warnings = "deny" + [dependencies]