diff --git a/packages.json b/packages.json index 1547584..6bec1e0 100644 --- a/packages.json +++ b/packages.json @@ -12938,6 +12938,18 @@ "license": "MIT", "web": "https://github.com/coocheenin/easymail" }, + { + "name": "luhncheck", + "url": "https://github.com/sillibird/luhncheck", + "method": "git", + "tags": [ + "library", + "algorithm" + ], + "description": "Implementation of Luhn algorithm in nim.", + "license": "MIT", + "web": "https://github.com/sillibird/luhncheck" + }, { "name": "nim-libgd", "url": "https://github.com/mrhdias/nim-libgd",