Add nanoid package (#875)

* Add nanoid

* Fix bad JSON
This commit is contained in:
Anirudh 2018-10-02 09:08:45 +05:30 committed by Dominik Picheta
parent 47bfb8842a
commit 0bf059d9d2

View File

@ -10887,6 +10887,17 @@
"license": "MIT",
"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",