diff --git a/Cargo.toml b/Cargo.toml index e7c0f8d..ab39bc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,3 +17,7 @@ regex = "1.10.6" rand_chacha = "0.3.1" rayon = "1.10.0" statrs = "0.17.1" + +[lint.clippy] +all = "deny" +pedantic = "deny"