avance-cli 0.1.0

avance-cli(avc) offers easy-to-use progress bar in the command line.
[[bin]]
name = "avc"
path = "src/main.rs"
[dependencies.avance]
version = "0.1.0"

[dependencies.clap]
version = "4.3.8"

[dependencies.version]
version = "3.0.0"

[package]
authors = ["Aubrey Liu <aubreyliu233@gmail.com>"]
categories = ["command-line-utilities"]
description = "avance-cli(avc) offers easy-to-use progress bar in the command line."
edition = "2021"
keywords = ["progress", "progressbar"]
license = "MIT OR Apache-2.0"
name = "avance-cli"
readme = "README.md"
repository = "https://github.com/Aubrey-Liu/avance"
resolver = "1"
version = "0.1.0"