[package] name = "terminity" version = "0.1.0" authors = ["Naeio "] edition = "2021" description = "Enviroment for the best terminal UI quality for games" readme = "../README.md" #homepage = repository = "https://github.com/NeoGalaxy/terminity" license = "BSD-4-Clause" #license-file = "../LICENSE" keywords = ["TUI", "UI", "terminal", "game-development"] categories = ["game-development", "games"] #publish = ["terminity"] default-run = "game" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] terminity_widgets = { version = "0.1", path = "../terminity_widgets" } crossterm = { version = "0.26", features = ["event-stream"] } rand = "0.8.5" structopt = "0.3" lazy_static = "1.4"