summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b7cc026..6ad0fc3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,3 +5,8 @@ edition = "2024"
[dependencies]
socket2 = { version = "0.5.7", features = ["all"] }
+[lints.clippy]
+pedantic = "warn"
+
+[lints.rust]
+warnings = "warn"