asky 0.1.0

Libray to create good looking prompts in the terminal
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.colored]
version = "2.0.0"

[dependencies.crossterm]
version = "0.26.0"

[package]
categories = ["command-line-interface", "command-line-utilities"]
description = "Libray to create good looking prompts in the terminal"
edition = "2021"
keywords = ["ask", "cli", "prompt", "question", "readline"]
license = "MIT"
name = "asky"
readme = "README.md"
repository = "https://github.com/axelvc/asky/"
version = "0.1.0"