From b04fa299fdb2fc3d8e457a9a5820e420db13ee6e Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Wed, 3 May 2023 19:34:25 +0800 Subject: [PATCH] Added package checksums (#2582) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 7aa06ac..0d4186e 100644 --- a/packages.json +++ b/packages.json @@ -30028,5 +30028,19 @@ ], "description": "Wrapper around PEG library, enhancing PEG reusability.", "license": "MIT" + }, + { + "name": "checksums", + "url": "https://github.com/nim-lang/checksums", + "method": "git", + "tags": [ + "checksums", + "official", + "hash", + "crypto" + ], + "description": "Hash algorithms in Nim.", + "license": "MIT", + "web": "https://github.com/nim-lang/checksums" } ]