From b770167e54616e7f17875cf884260477c6724e00 Mon Sep 17 00:00:00 2001 From: Ryan Oldenburg Date: Tue, 5 Mar 2024 23:24:57 -0600 Subject: [PATCH] Add package sunny (#2828) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index aa29199..28bf172 100644 --- a/packages.json +++ b/packages.json @@ -32725,6 +32725,17 @@ "license": "MIT", "web": "https://github.com/Q-Master/statsdclient.nim" }, + { + "name": "sunny", + "url": "https://github.com/guzba/sunny", + "method": "git", + "tags": [ + "json" + ], + "description": "JSON in Nim with Go-like field tags", + "license": "MIT", + "web": "https://github.com/guzba/sunny" + }, { "name": "rmq_statsd", "url": "https://github.com/Q-Master/rmq-statsd.nim",