banker-algorithm/Cargo.toml
Ahmet Kaan GÜMÜŞ 75f3c7ad60 fix: wrong validations
fix: overflows
2024-01-15 01:17:17 +03:00

13 lines
187 B
TOML

[package]
name = "banker-algorithm"
version = "0.1.0"
edition = "2021"
[profile.release]
strip = "symbols"
opt-level = 3
overflow-checks = true
lto = true
[dependencies]
rand = "0.8.5"