[[bin]]
name = "2048"
path = "src/main.rs"
[dependencies.crossterm]
version = "0.23.2"
[dependencies.phf]
features = ["macros"]
version = "0.10"
[dependencies.rand]
version = "0.8.4"
[lib]
name = "cli_2048"
path = "src/lib.rs"
[package]
authors = ["David Bühler <david@buehler-online.de>"]
categories = ["Command line utilities", "Games"]
description = "2048 for the command line"
documentation = "https://docs.rs/cli_2048"
edition = "2021"
keywords = ["2048", "game"]
license = "MIT"
name = "cli_2048"
readme = "README.md"
repository = "https://github.com/daveiator/cli_2048"
resolver = "2"
version = "0.2.0"