From 6c7f5128b483cb51ef2276c8c72b8ae19bf1dc73 Mon Sep 17 00:00:00 2001 From: Logan VanCuren Date: Thu, 30 May 2024 23:10:54 -0700 Subject: [PATCH] Added package shobiz (#2885) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 77b714e..84fcb4b 100644 --- a/packages.json +++ b/packages.json @@ -33545,5 +33545,19 @@ "license": "MIT", "web": "https://github.com/neroist/libtray", "doc": "https://neroist.github.io/libtray/libtray.html" + }, + { + "name": "shobiz", + "url": "https://github.com/logavanc/shobiz", + "method": "git", + "tags": [ + "cli", + "logging", + "structured", + "json" + ], + "description": "Simple structured console messages for Nim applications.", + "license": "MIT", + "web": "https://github.com/logavanc/shobiz" } ]