From 5818ad3f8c0b9602bb63a12f169e07e726f6f85e Mon Sep 17 00:00:00 2001 From: Miqueas Date: Wed, 9 Mar 2022 01:18:12 -0500 Subject: [PATCH] Added package logit (#2167) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 0becf1e..8c82635 100644 --- a/packages.json +++ b/packages.json @@ -25387,5 +25387,19 @@ "description": "iterate faster. functional style, lazy like, extensible iterator library", "license": "MIT", "web": "https://github.com/hamidb80/steps" + }, + { + "name": "logit", + "url": "https://github.com/Miqueas/Logit", + "method": "git", + "tags": [ + "library", + "log", + "logs", + "logging" + ], + "description": "Dependency-free, cross-platform and small logging library for Nim, with a simple and comfortable API", + "license": "Zlib", + "web": "https://github.com/Miqueas/Logit" } ]