From 5278f999483bc6116283d45f43af53119e58e570 Mon Sep 17 00:00:00 2001 From: XXIV <13811862+thechampagne@users.noreply.github.com> Date: Wed, 5 Apr 2023 21:42:04 +0300 Subject: [PATCH] Add hyper package (#2560) Co-authored-by: Gabriel Huber --- packages.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 003561a..70a5a96 100644 --- a/packages.json +++ b/packages.json @@ -29767,5 +29767,16 @@ "description":"Binding for Jsonnet the data templating language", "license":"Apache-2.0", "web":"https://github.com/thechampagne/jsonnet-nim" - } + }, + { + "name":"hyper", + "url":"https://github.com/thechampagne/hyper-nim", + "method":"git", + "tags":[ + "hyper" + ], + "description":"Binding for hyper an HTTP library", + "license":"Apache-2.0", + "web":"https://github.com/thechampagne/hyper-nim" + } ]