Added package plugins (#1381)

Co-authored-by: Clyybber <darkmine956@gmail.com>
This commit is contained in:
genotrance 2020-03-02 18:30:16 -06:00 committed by GitHub
parent 081767e947
commit c49800933f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16825,5 +16825,17 @@
"description": "A library to help you write rest APIs",
"license": "MIT",
"web": "https://github.com/paul-nameless/nimbler"
},
{
"name": "plugins",
"url": "https://github.com/genotrance/plugins",
"method": "git",
"tags": [
"plugin",
"shared"
],
"description": "Plugin system for Nim",
"license": "MIT",
"web": "https://github.com/genotrance/plugins"
}
]