stati 0.6.4-beta

A library for progress (bars)
Documentation
[package]
name = "stati"
version = "0.6.4-beta"
edition = "2021"
license = "MIT"
authors = ["Rowan S-L <rowan@fawkes.io>"]
description = "A library for progress (bars)"
repository = "https://github.com/rowan-sl/stati/"
keywords = ["cli", "terminal", "bar", "progress"]
categories = ["command-line-interface"]

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

[dependencies]
termion = "1.5.6"

[lib]
name = "stati"
path = "src/lib.rs"