From 7297d58b5c922907ce69d0bc45fe6bd72bf5ab01 Mon Sep 17 00:00:00 2001 From: Regis Caillaud <35006197+Clonkk@users.noreply.github.com> Date: Wed, 9 Dec 2020 14:26:58 +0100 Subject: [PATCH] Added package timelog (#1741) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index d8568b5..32caee0 100644 --- a/packages.json +++ b/packages.json @@ -20710,5 +20710,18 @@ "description": "User-friendly nimcli.", "license": "MIT", "web": "https://github.com/unimorg/unimcli" + }, + { + "name": "timelog", + "url": "https://github.com/Clonkk/timelog", + "method": "git", + "tags": [ + "timing", + "log", + "template" + ], + "description": "Simple nimble package to log monotic timings", + "license": "MIT", + "web": "https://github.com/Clonkk/timelog" } ]