From 1e26ae2fdd4b8964584466eadf5249fc49fc915a Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Sun, 17 Mar 2019 16:23:00 +0000 Subject: [PATCH] Add dashing library (#1031) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 6b6f345..7825f81 100644 --- a/packages.json +++ b/packages.json @@ -12837,5 +12837,18 @@ "description": "MinMaxHeap", "license": "MIT", "web": "https://github.com/stefansalewski/minmaxheap" + }, + { + "name": "dashing", + "url": "https://github.com/FedericoCeratto/nim-dashing", + "method": "git", + "tags": [ + "library", + "pure", + "terminal" + ], + "description": "Terminal dashboards.", + "license": "LGPLv3", + "web": "https://github.com/FedericoCeratto/nim-dashing" } ]