14 lines
433 B
TOML
14 lines
433 B
TOML
[package]
|
|
name = "rs48"
|
|
version = "1.3.3"
|
|
edition = "2021"
|
|
description = "A game of 2048 that plays in the terminal as a TUI with a lot of configurability."
|
|
license = "GPL-3.0"
|
|
authors = ["JOLIMAITRE Matthieu <matthieu@imagevo.fr>"]
|
|
repository = "https://github.com/MajorBarnulf/rs48"
|
|
homepage = "https://github.com/MajorBarnulf/rs48"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.0", features = ["derive"] }
|
|
rs48_lib = "1.3.1"
|
|
rand = "0.8"
|