From 57b66e58ab2aa22c265646a3bde5ea079b9f0b21 Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Fri, 14 Jun 2019 06:19:36 +0100 Subject: [PATCH] Add Tor helper library (#1096) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index efad3ba..8beec97 100644 --- a/packages.json +++ b/packages.json @@ -13504,5 +13504,20 @@ "description": "Easy websocket with chronos support", "license": "MIT", "web": "https://github.com/tormund/news" + }, + { + "name": "tor", + "url": "https://github.com/FedericoCeratto/nim-tor", + "method": "git", + "tags": [ + "library", + "security", + "crypto", + "tor", + "onion" + ], + "description": "Tor helper library", + "license": "LGPLv3", + "web": "https://github.com/FedericoCeratto/nim-tor" } ]