Update packages.json (#2888)

This commit is contained in:
Alogani
2024-06-06 22:09:35 +08:00
committed by GitHub
parent 2f1f780143
commit c90e7cfbd2
+19
View File
@@ -1,4 +1,23 @@
[
{
"name": "nimgo",
"url": "https://github.com/Alogani/NimGo",
"method": "git",
"tags": [
"library",
"coroutines",
"async",
"mincoro",
"asyncfile",
"asyncsocket",
"asyncstreams",
"asyncproc",
"eventloop"
],
"description": "Asynchronous Library Inspired by Go's goroutines, for Nim",
"license": "MIT",
"web": "https://github.com/Alogani/NimGo"
},
{
"name": "shellcmd",
"url": "https://github.com/Alogani/shellcmd",