From e4f0f7b41409d53f6e27cb909f2171d842b57964 Mon Sep 17 00:00:00 2001 From: PMunch Date: Thu, 10 Sep 2020 12:47:49 +0000 Subject: [PATCH] Add package nancy (#1635) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 113d07c..fda1b0c 100644 --- a/packages.json +++ b/packages.json @@ -1502,6 +1502,20 @@ "license": "MIT", "web": "https://github.com/PMunch/xevloop" }, + { + "name": "nancy", + "url": "https://github.com/PMunch/nancy", + "method": "git", + "tags": [ + "ansi", + "library", + "terminal", + "table" + ], + "description": "Nancy - Nim fancy ANSI tables", + "license": "MIT", + "web": "https://github.com/PMunch/nancy" + }, { "name": "sdl2_nim", "url": "https://github.com/Vladar4/sdl2_nim",