From b49ba1760b5a2038127bde722d97f6057fdd042c Mon Sep 17 00:00:00 2001 From: zah Date: Fri, 28 May 2021 23:14:54 +0300 Subject: [PATCH] Add status-im/nim-presto (#1917) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 944b91d..796f05a 100644 --- a/packages.json +++ b/packages.json @@ -6521,6 +6521,20 @@ "license": "MIT", "web": "https://github.com/zah/nim-package-visible-types" }, + { + "name": "presto", + "url": "https://github.com/status-im/nim-presto", + "method": "git", + "tags": [ + "http", + "rest", + "server", + "client" + ], + "description": "REST API framework for Nim language", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-presto" + }, { "name": "ranges", "url": "https://github.com/status-im/nim-ranges",