fixed warnings and added metadata for publication

This commit is contained in:
JOLIMAITRE Matthieu 2022-08-31 18:50:44 +02:00
parent 9cf5a5b56d
commit 86ca928a3f
3 changed files with 20 additions and 15 deletions

View file

@ -7,3 +7,11 @@ Game Of Life RuSt
## Description
This is a TUI for vizualising a rust implementation of the game of life
## Installation
With cargo
```sh
cargo install glors
```