From 8b428819b1130e93400181af3670211ab9e65d42 Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Fri, 19 Sep 2025 04:59:36 -0600 Subject: [PATCH] Added package cborious (#3123) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 33c5350..ab99a59 100644 --- a/packages.json +++ b/packages.json @@ -36200,5 +36200,21 @@ "description": "Simple diff and sub-image finder with SIMD based on Pixie", "license": "Apache-2.0", "web": "https://github.com/elcritch/diffy" + }, + { + "name": "cborious", + "url": "https://github.com/elcritch/cborious", + "method": "git", + "tags": [ + "CBOR", + "rfc8949", + "binary", + "serialization", + "embedded", + "messagepack" + ], + "description": "A new awesome nimble package", + "license": "Apache-2.0", + "web": "https://github.com/elcritch/cborious" } ]