diff --git a/packages.json b/packages.json index b5f4df4..b5f00bf 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,18 @@ [ + { + "name": "crockford-base32", + "url": "https://github.com/Yu-Vitaqua-fer-Chronos/Crockford-Base32-Nim", + "method": "git", + "tags": [ + "base", + "base32", + "crockford", + "encode", + "decode" + ], + "description": "A simple implementation of Crockford Base32.", + "license": "CC0", + }, { "name": "rtmidi", "url": "https://github.com/stoneface86/nim-rtmidi/",