diff options
| author | Federico Ceratto <federico.ceratto@gmail.com> | 2019-06-14 06:19:36 +0100 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-06-14 07:19:36 +0200 |
| commit | 57b66e58ab2aa22c265646a3bde5ea079b9f0b21 (patch) | |
| tree | dc2bcd2c1dd192745d0f7c44a5a48bf070bb726c | |
| parent | 3ced7f1ba160eccf2236f58e0de7a38f49312e32 (diff) | |
| download | packages-57b66e58ab2aa22c265646a3bde5ea079b9f0b21.tar.gz packages-57b66e58ab2aa22c265646a3bde5ea079b9f0b21.zip | |
Add Tor helper library (#1096)
| -rw-r--r-- | packages.json | 15 |
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" } ] |
