loading_bar 1.1.0

Simple CLI loading bar crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "loading_bar"
version = "1.1.0"
license = "MIT"
authors = ["Mendel Rubin <mendelsshop@gmail.com>"]
edition = "2021"
readme = "README.md"
homepage = "https://github.com/mendelsshop/loading_bar"
repository = "https://github.com/mendelsshop/loading_bar"
description = "Simple CLI loading bar crate"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
colored = "2.0.0"
crossterm = "0.23.2"