[package] name = "rillo" version = "0.3.1" edition = "2021" description = "A TUI building library" keywords = ["tui", "input", "terminal"] categories = ["command-line-interface"] authors = ["Ebert Charles Matthee "] documentation = "https://docs.rs/rillo" homepage = "https://github.com/ecmatthee/rillo" readme = "readme.md" repository = "https://github.com/ecmatthee/rillo" license = "MPL-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] crossterm = "0.23.2"