[package] name = "simple_tui" version = "0.1.1" edition = "2021" authors = ["0xNuLLByte"] description = "SimpleTUI is a lightweight and cross-platform Text User Interface (TUI) library" license = "MIT" repository = "https://github.com/0xNullByte/simple_tui" [dependencies] crossterm = "0.27.0"