mirror of
https://github.com/eRgo35/game-of-life.git
synced 2026-02-04 04:26:10 +01:00
9 lines
120 B
TOML
9 lines
120 B
TOML
[package]
|
|
name = "game-of-life"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
clearscreen = "3.0.0"
|
|
rand = "0.8.5"
|