term-inquiry 0.1.1

Quick and easy way to make terminal inquiries using builder pattern.
Documentation
[[example]]
name = "list"
path = "examples/list.rs"

[[example]]
name = "checkbox-list"
path = "examples/checkbox_list.rs"
[dependencies.ansi-builder]
version = "0.1.6"

[package]
authors = ["Diego-Henriquez <diego@paragonpawns.com>"]
description = "Quick and easy way to make terminal inquiries using builder pattern."
edition = "2018"
license = "MIT"
name = "term-inquiry"
readme = "README.md"
repository = "https://github.com/ParagonPawns/term-inquiry"
version = "0.1.1"
[target."cfg(unix)".dependencies.termios]
version = "0.3.3"
[target."cfg(windows)".build-dependencies.windows]
version = "0.10.0"
[target."cfg(windows)".dependencies.windows]
version = "0.10.0"