Lints and build commands

This commit is contained in:
2025-09-20 20:35:18 -06:00
parent a6d429ae41
commit 0c437d816a
8 changed files with 30 additions and 5 deletions
+4
View File
@@ -7,6 +7,10 @@ edition.workspace = true
license-file.workspace = true
rust-version.workspace = true
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[lints.rust]
arithmetic_overflow = "forbid"
unsafe_code = "forbid"