servicepoint/examples/game_of_life/Cargo.toml
2024-05-10 12:24:07 +02:00

11 lines
200 B
TOML

[package]
name = "game_of_life"
version = "0.1.0"
edition = "2021"
[dependencies]
servicepoint2 = { path = "../.." }
rand = "0.8.5"
clap = { version = "4.5.4", features = ["derive"] }
log = "0.4.21"