diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 083d508..99bf299 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -8,3 +8,12 @@ license = "AGPL-3.0-or-later" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] + + +[lints.clippy] +correctness = "warn" +suspicious = "warn" +complexity = "warn" +perf = "warn" +style = "warn" +pedantic = "warn"