diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,3 +5,8 @@ edition = "2024" [dependencies] socket2 = { version = "0.5.7", features = ["all"] } +[lints.clippy] +pedantic = "warn" + +[lints.rust] +warnings = "warn" |
