From de4976c8c15c16fe877aa784198d78cb42829417 Mon Sep 17 00:00:00 2001 From: Retkid <54078872+Retkid@users.noreply.github.com> Date: Mon, 26 Dec 2022 20:49:39 -0500 Subject: [PATCH] add bitables (#2437) * added bitables * Update packages.json * im dumb --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index e5500fc..58b44aa 100644 --- a/packages.json +++ b/packages.json @@ -28312,5 +28312,16 @@ "description": "Monitoring tool with historical snapshots", "license": "MIT", "web": "https://github.com/inv2004/ttop" + }, + { + "name": "bitables", + "url": "https://github.com/Retkid/bitables", + "method": "git", + "tags": [ + "tables", + "maps"], + "description": "bidirectional {maps, tables, dictionaries} in nim", + "license": "MIT", + "web": "https://github.com/Retkid/bitables" } ]