console_stuff 0.2.1

convenient re-exporting of console crates
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
![Rust Workflow](https://github.com/stewthestew/console_stuff/actions/workflows/rust.yml/badge.svg)

# Console Stuff
Convenient re-exports of indicatif, console, dialoguer and clap

# Installation
Just add this to your `Cargo.toml` file
```toml
[dependencies]
console_stuff = "0.2.1"
```
or
```toml
[dependencies]
console_stuff = { git = "https://github.com/stewthestew/console_stuff" }
```
For the latest stuff in a re-export crate