From 165db4996619bd7843868b6e4b7dc4404aaccd87 Mon Sep 17 00:00:00 2001 From: de-odex Date: Wed, 31 Mar 2021 14:18:19 +0900 Subject: [PATCH] add package suru (#1853) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index f8b24f5..524c577 100644 --- a/packages.json +++ b/packages.json @@ -22001,5 +22001,17 @@ "description": "FIX Protocol optimized parser (Financial Information eXchange)", "license": "Apache-2.0", "web": "https://github.com/inv2004/newfix" + }, + { + "name": "suru", + "url": "https://github.com/de-odex/suru", + "method": "git", + "tags": [ + "progress", + "bar", + "terminal" + ], + "description": "A tqdm-style progress bar in Nim", + "license": "MIT" } ]