progress_indicators 0.0.1 (#290)

* Add progress_indicators 0.0.1

* Point to progress_indicators 0.0.1 w/ no test program.

* Update to version with moved test gpr.
This commit is contained in:
Paul Jarrett
2021-06-25 04:49:51 -04:00
committed by GitHub
parent 1cc839b29c
commit 09de0c21a7
@@ -0,0 +1,20 @@
name = "progress_indicators"
description = "Ways of displaying progress in command line tools."
version = "0.0.1"
website = "https://github.com/pyjarrett/progress_indicators"
authors = ["the progress_indicators authors"]
licenses = "Apache-2.0"
maintainers = ["Paul Jarrett <jarrett.paul.young@gmail.com>"]
maintainers-logins = ["pyjarrett"]
tags = ["command-line", "console", "terminal", "progress"]
project-files = ["progress_indicators.gpr"]
[[depends-on]] # This line was added by `alr with`
ansiada = "~0.1.0" # This line was added by `alr with`
[origin]
commit = "863e14c48ee885efeb6faab594455e632443278c"
url = "git+https://github.com/pyjarrett/progress_indicators.git"