aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index eade614..f5a32ca 100644
--- a/packages.json
+++ b/packages.json
@@ -4572,5 +4572,19 @@
"description": "Nim wrapper of the Sophia key/value store",
"license": "MIT",
"web": "https://github.com/gokr/nim-sophia"
+ },
+ {
+ "name": "progress",
+ "url": "https://github.com/euantorano/progress.nim",
+ "method": "git",
+ "tags": [
+ "progress",
+ "bar",
+ "terminal",
+ "ui"
+ ],
+ "description": "A simple progress bar for Nim.",
+ "license": "BSD",
+ "web": "https://github.com/euantorano/progress.nim"
}
]