From ea8e6d2328dc195b4dd310033b678af205dcb2b3 Mon Sep 17 00:00:00 2001 From: Kirill Date: Wed, 15 May 2024 00:50:32 +0500 Subject: [PATCH] Add `cozylogwriter` package (#2873) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index 8fa9489..0740ce8 100644 --- a/packages.json +++ b/packages.json @@ -30718,6 +30718,23 @@ "license": "GPL-2.0-or-later", "web": "https://github.com/indiscipline/cozytaskpool" }, + { + "name": "cozylogwriter", + "url": "https://github.com/indiscipline/cozylogwriter", + "method": "git", + "tags": [ + "log", + "logging", + "terminal", + "color", + "colors", + "colours", + "colour" + ], + "description": "Basic zero-dependency logging with automatic colors and styling for Nim.", + "license": "GPL-2.0-or-later", + "web": "https://github.com/indiscipline/cozytaskpool" + }, { "name": "grammarian", "url": "https://github.com/olmeca/grammarian",