mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-19 02:20:12 +01:00
13 lines
239 B
TOML
13 lines
239 B
TOML
[package]
|
|
name = "game_of_life"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
servicepoint = { path = "../../crates/servicepoint" }
|
|
clap = { version = "4.5", features = ["derive"] }
|
|
env_logger = "0.11"
|
|
|
|
rand = "0.8.5"
|