[package] name = "text_box" version = "0.2.4" authors = ["dafox416 "] edition = "2018" description = "Create useful messages in console with text boxes using 'termion'." license = "MIT OR Apache-2.0" repository = "https://github.com/DaFox416/text_box.git" documentation = "https://docs.rs/text_box" readme = "README.md" keywords = ["tty", "text", "box", "message"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] termion = "1.5.4"