[package] name = "ask" version = "0.0.11" authors = ["flopes"] description = "A toolset for nicely displayed Questions and Answers through the terminal." license = "MIT" readme = "README.md" repository = "https://gitlab.com/Omega-Tree/ask-rs" edition = "2018" [dependencies] termion = "1.5.1" regex = "1.0.5"