From 61e1e1ad78414e1893102eb82e9698c02d7f35e3 Mon Sep 17 00:00:00 2001 From: Ward Date: Tue, 9 Jun 2020 15:52:14 +0800 Subject: [PATCH] Update packages.json (#1506) --- packages.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 348691f..da57cbc 100644 --- a/packages.json +++ b/packages.json @@ -18201,5 +18201,18 @@ "description": "Hashicorp Vault HTTP Client", "license": "MIT", "web": "https://github.com/jackhftang/vaultclient.nim" + }, + { + "name": "hashlib", + "url": "https://github.com/khchen/hashlib", + "method": "git", + "tags": [ + "library", + "hashes", + "hmac" + ], + "description": "Hash Library for Nim", + "license": "MIT", + "web": "https://github.com/khchen/hashlib" } -] \ No newline at end of file +]