diff --git a/Cargo.toml b/Cargo.toml index 265f3c6..f121d9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,6 +21,9 @@ libc = "0.2" nix = { version = "0.29.0", features = ["signal", "process", "fs", "feature"] } thiserror = "1.0.61" +[lints.rust] +unsafe_code = "forbid" + [profile.release] opt-level = "z" strip = true