From 3e034b1234a2a72c3a53edc7710d72d43bc6d794 Mon Sep 17 00:00:00 2001 From: Amru Rosyada Date: Sun, 12 Jul 2020 20:27:15 +0700 Subject: [PATCH] add zfplugs plugins for the zfcore framework (#1546) This is the plugins for the zfcore framework https://github.com/zendbit/nim.zfcore Co-authored-by: Clyybber --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 1712f51..0d9d177 100644 --- a/packages.json +++ b/packages.json @@ -18708,5 +18708,21 @@ "description": "Simple RCON client in Nim lang.", "license": "MIT", "web": "https://github.com/mcilya/nimrcon" + }, + { + "name": "zfplugs", + "url": "https://github.com/zendbit/nim.zfplugs", + "method": "git", + "tags": [ + "web", + "http", + "framework", + "api", + "asynchttpserver", + "plugins" + ], + "description": "This is the plugins for the zfcore framework https://github.com/zendbit/nim.zfcore", + "license": "BSD", + "web": "https://github.com/zendbit/nim.zfplugs" } ]