From 9fe42f10dc84feae93a1d5ff2a2009223c9da950 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Tue, 20 Oct 2020 07:35:26 +0100 Subject: [PATCH] Add package FastKiss (#1674) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 7808f08..46dae4d 100644 --- a/packages.json +++ b/packages.json @@ -19934,5 +19934,18 @@ "description": "Tiingo", "license": "MIT", "web": "https://github.com/rolandgg/nimTiingo" + }, + { + "name": "FastKiss", + "url": "https://github.com/mrhdias/fastkiss", + "method": "git", + "tags": [ + "fastcgi", + "framework", + "web" + ], + "description": "FastCGI Web Framework for Nim.", + "license": "MIT", + "web": "https://github.com/mrhdias/fastkiss" } ]