From c6c92d0bebe971391157573dc67f52c9756c5d99 Mon Sep 17 00:00:00 2001 From: Ripples Date: Fri, 15 Sep 2023 00:01:15 -0500 Subject: [PATCH] Add package inquire (#2709) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index e4a54cf..7bb6d31 100644 --- a/packages.json +++ b/packages.json @@ -31434,5 +31434,21 @@ "description": "A collection of extra utilities for Nim.", "license": "MIT", "web": "https://github.com/jjv360/nim-stdx" + }, + { + "name": "zuhyo", + "url": "https://github.com/arashi-software/zuhyo", + "method": "git", + "tags": [ + "graphql", + "api", + "web", + "library", + "helper", + "gql" + ], + "description": "The easiest way to interact with a graphql api", + "license": "LGPL-3.0-or-later", + "web": "https://github.com/arashi-software/zuhyo" } ]