aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@gmail.com>2019-06-14 06:19:36 +0100
committerMiran <narimiran@disroot.org>2019-06-14 07:19:36 +0200
commit57b66e58ab2aa22c265646a3bde5ea079b9f0b21 (patch)
treedc2bcd2c1dd192745d0f7c44a5a48bf070bb726c
parent3ced7f1ba160eccf2236f58e0de7a38f49312e32 (diff)
downloadpackages-57b66e58ab2aa22c265646a3bde5ea079b9f0b21.tar.gz
packages-57b66e58ab2aa22c265646a3bde5ea079b9f0b21.zip
Add Tor helper library (#1096)
-rw-r--r--packages.json15
1 files changed, 15 insertions, 0 deletions
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"
}
]