feat: banker algorithm example generator
This commit is contained in:
parent
ab4cc030a6
commit
e896047926
2 changed files with 195 additions and 0 deletions
12
Cargo.toml
Normal file
12
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue