[dependencies.crossterm]
version = "^0.26.1"
[dependencies.rand]
version = "^0.8.5"
[package]
categories = ["games"]
description = "A play a quick game of 1984-ish Tetris right in the terminal!"
edition = "2021"
exclude = [".vscode", "images", ".github"]
keywords = ["tetris", "game", "terminal"]
license-file = "LICENSE"
name = "tet-ris"
readme = "README.md"
repository = "https://github.com/manorajesh/tet-ris"
version = "0.2.2"
[profile.release]
codegen-units = 1
debug = 1
lto = "fat"
panic = "abort"