bearask 0.3.0

A really fast and featureful CLI prompting lib
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "bearask"
version = "0.3.0"
edition = "2024"
description = "A really fast and featureful CLI prompting lib"
license-file = "./LICENSE"
readme = "README.md"
keywords = ["cli", "prompt", "interactive"]
categories = []
homepage = "https://github.com/TheBearodactyl/bearask"
repository = "https://github.com/TheBearodactyl/bearask"

[dependencies]
crossterm = "0.29.0"
dyn-clone = "1.0.20"
miette = { version = "7.6.0", features = ["fancy"] }
owo-colors = "4.2.3"