[package]
edition = "2021"
name = "entropy-tui"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a text editor where the letters deletes itself"
homepage = "https://github.com/jagath-sajjan/entropy"
readme = "README.md"
keywords = [
"tui",
"terminal",
"game",
"editor",
]
categories = [
"games",
"command-line-utilities",
]
license = "MIT"
repository = "https://github.com/jagath-sajjan/entropy"
[[bin]]
name = "entropy"
path = "src/main.rs"
[dependencies.crossterm]
version = "0.27"
[dependencies.ratatui]
version = "0.26"