diff options
| -rw-r--r-- | packages.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages.json b/packages.json index a8d91da..23626f2 100644 --- a/packages.json +++ b/packages.json @@ -10888,6 +10888,17 @@ "web": "https://github.com/LemonBoy/criterion.nim" }, { + "name": "nanoid", + "url": "https://github.com/icyphox/nanoid.nim", + "method": "git", + "tags": [ + "nanoid", "random", "generator" + ], + "description": "The Nim implementation of NanoID", + "license": "MIT", + "web": "https://github.com/icyphox/nanoid.nim" + }, + { "name": "ndb", "url": "https://github.com/xzfc/ndb.nim", "method": "git", |
