mirror of
https://github.com/eRgo35/game-of-life.git
synced 2026-02-04 20:46:09 +01:00
initial impl
This commit is contained in:
8
Cargo.toml
Normal file
8
Cargo.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[package]
|
||||
name = "game-of-life"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
clearscreen = "3.0.0"
|
||||
rand = "0.8.5"
|
||||
Reference in New Issue
Block a user