feat: restart

fix: error handling
build: optimization and forbid unsafe
This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-01-15 23:08:11 +03:00
parent 390e600060
commit 04f22c2763
2 changed files with 162 additions and 81 deletions

View file

@ -8,6 +8,11 @@ strip = "symbols"
opt-level = 3
overflow-checks = true
lto = true
codegen-units = 1
panic = "abort"
[lints.rust]
unsafe_code = "forbid"
[dependencies]
rand = "0.8.5"