prompts 0.1.0

Interactive prompts for the command line
Documentation
[dependencies.async-trait]
version = "0.1.22"

[dependencies.crossterm]
features = ["event-stream"]
version = "0.14"

[dependencies.futures]
version = "0.3"

[dependencies.futures-timer]
version = "2"
[dev-dependencies.tokio]
features = ["full"]
version = "0.2.10"

[package]
authors = ["Jasmin Bom <jsmnbom@gmail.com>"]
description = "Interactive prompts for the command line"
edition = "2018"
license = " MIT OR Apache-2.0"
name = "prompts"
repository = "https://github.com/jsmnbom/prompts-rs"
version = "0.1.0"