From c49800933fe65cc8e1d0254b4e8da56e263cc339 Mon Sep 17 00:00:00 2001 From: genotrance Date: Mon, 2 Mar 2020 18:30:16 -0600 Subject: [PATCH] Added package plugins (#1381) Co-authored-by: Clyybber --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 1164f1f..1b9f8d7 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]