feat: banker algorithm example generator

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-01-15 00:00:46 +03:00
parent ab4cc030a6
commit e896047926
2 changed files with 195 additions and 0 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "banker"
version = "0.1.0"
edition = "2021"
[profile.release]
strip = "symbols"
opt-level = 3
lto = true
[dependencies]
rand = "0.8.5"