From 09de0c21a770abbc5ab94d2d3d671ff6e2e9e5e2 Mon Sep 17 00:00:00 2001 From: Paul Jarrett Date: Fri, 25 Jun 2021 04:49:51 -0400 Subject: [PATCH] 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. --- .../progress_indicators-0.0.1.toml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 index/pr/progress_indicators/progress_indicators-0.0.1.toml diff --git a/index/pr/progress_indicators/progress_indicators-0.0.1.toml b/index/pr/progress_indicators/progress_indicators-0.0.1.toml new file mode 100644 index 00000000..95e11b7c --- /dev/null +++ b/index/pr/progress_indicators/progress_indicators-0.0.1.toml @@ -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 "] +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" +