performance optimizations

This commit is contained in:
2025-08-19 19:45:33 -04:00
parent fa80975ca3
commit 8bc589ba91

View File

@@ -18,6 +18,13 @@ nobin = []
[lints.rust]
unsafe_code = "forbid"
[profile.release]
codegen-units = 1
lto = "fat"
opt-level = 3
strip = "symbols"
panic = "abort"
[dependencies]
blake2 = "0.10.6"
blake3 = "1.8.2"