From b64579c0e959b94a69440b4b1d237d4486e2024a Mon Sep 17 00:00:00 2001 From: Yu Vitaqua fer Chronos <88039945+Yu-Vitaqua-fer-Chronos@users.noreply.github.com> Date: Sat, 2 Sep 2023 07:40:55 +0100 Subject: [PATCH] Add NULID (#2700) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index b5f00bf70..3961b44a9 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,18 @@ [ + { + "name": "nulid", + "url": "https://github.com/Yu-Vitaqua-fer-Chronos/NULID", + "method": "git", + "tags": [ + "library", + "id", + "ulid", + "uuid", + "guid" + ], + "description": "A ULID implementation in Nim!", + "license": "CC0", + }, { "name": "crockford-base32", "url": "https://github.com/Yu-Vitaqua-fer-Chronos/Crockford-Base32-Nim",