aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: cb35b5f2bb56a2d0473fbfb1c6d55f0ade2bd200 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "gof-rs"
version = "0.2.4"
license = "MIT"
authors = ["Omar Magdy <omar.professional8777@gmai.com>"]
description = "Game of life in your terminal with over 500 unique patterns to choose from."
repository = "https://github.com/omagdy7/gof-rs"
keywords = ["cli", "game-of-life"]
edition = "2021"
include = ["src/", "presets/patterns/*.txt"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
colored = "2.1.0"
crossterm = "0.28.1"
include_dir = "0.7.4"
rand = "0.8.5"
ratatui = "0.29.0"