fixed warnings and added metadata for publication
This commit is contained in:
parent
9cf5a5b56d
commit
86ca928a3f
3 changed files with 20 additions and 15 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue