golrs/Cargo.toml

12 lines
316 B
TOML

[package]
name = "golrs"
version = "0.2.0"
edition = "2021"
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"
metrohash = "1.0"