Update packages.json (#2536)

Co-authored-by: Gabriel Huber <mail@gabrielhuber.at>
This commit is contained in:
locriacyber
2023-03-14 01:55:04 +01:00
committed by GitHub
co-authored by Gabriel Huber
parent f568c333dc
commit a001193eff
+12
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"
}
]