From d21854a48dbc2969550cf2a938daa7bd69ea21e9 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Thu, 7 Sep 2017 14:05:32 -0500 Subject: [PATCH] Added package monero --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 12756a0..e6e3825 100644 --- a/packages.json +++ b/packages.json @@ -7131,5 +7131,18 @@ "description": "Grapheme aware string handling (Unicode tr29)", "license": "MIT", "web": "https://github.com/nitely/nim-graphemes" + }, + { + "name": "monero", + "url": "https://github.com/ehmry/nim-monero", + "method": "git", + "tags": [ + "monero", + "cryptonote", + "vanity" + ], + "description": "Libraries and utilites related to Monero, a CryptoNote cryptocurrency.", + "license": "MIT", + "web": "https://github.com/ehmry/nim-monero" } ]