Update packages.json (#2536)

Co-authored-by: Gabriel Huber <mail@gabrielhuber.at>
This commit is contained in:
locriacyber 2023-03-14 00:55:04 +00:00 committed by GitHub
parent f568c333dc
commit a001193eff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29473,5 +29473,17 @@
"description": "Nim implementation of dHash algorithm",
"license": "LGPLv3",
"web": "https://github.com/filvyb/dhash"
},
{
"name": "minicoro",
"url": "https://git.envs.net/iacore/minicoro",
"method": "git",
"tags": [
"wrapper",
"coroutine"
],
"description": "Lua-like asymmetric coroutine. Nim wrapper of minicoro in C",
"license": "Unlicense",
"web": "https://git.envs.net/iacore/minicoro"
}
]