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

@ -2,8 +2,10 @@
name = "golrs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
description = "a TUI for vizualising a rust implementation of the game of life."
authors = ["Matthieu JOLIMAITRE <matthieu@imagevo.fr>"]
license = "MIT"
repository = "https://github.com/MajorBarnulf/golrs"
[dependencies]
termion = "1.5.6"
termion = "1.5"