From e85a29b5cacd50295c037541b1d8b6571374daa5 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Wed, 11 Oct 2017 19:43:23 -0500 Subject: [PATCH] Added package cbor --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 39b6ccb..b79817b 100644 --- a/packages.json +++ b/packages.json @@ -7396,5 +7396,19 @@ "description": "HTTP Authentication and Authorization", "license": "LGPLv3", "web": "https://github.com/FedericoCeratto/nim-httpauth" + }, + { + "name": "cbor", + "url": "https://github.com/ehmry/nim-cbor", + "method": "git", + "tags": [ + "library", + "cbor", + "binary", + "encoding" + ], + "description": "Concise Binary Object Representation decoder (RFC7049).", + "license": "MIT", + "web": "https://github.com/ehmry/nim-cbor" } ]