From e27abcec44f5549e6d3fea56d334c433634689cd Mon Sep 17 00:00:00 2001 From: 4zv4l <46655455+4zv4l@users.noreply.github.com> Date: Sun, 2 Jul 2023 11:48:16 +0200 Subject: [PATCH] add colored_logger to packages.json (#2634) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 3aa8233..5522f3d 100644 --- a/packages.json +++ b/packages.json @@ -30617,5 +30617,17 @@ "description": "Email parser to JsonNode based on Cyrus JMAP parser", "license": "BSD", "web": "https://github.com/mildred/emailparser.nim" + }, + { + "name": "colored_logger", + "url": "https://github.com/4zv4l/colored_logger", + "method": "git", + "tags": [ + "logging", + "colours", + ], + "description": "A simple colored logger from std/logging", + "license": "MIT", + "web": "https://github.com/4zv4l/colored_logger" } ]