From 78406f265e95997b6c88282731621d341ccf6a18 Mon Sep 17 00:00:00 2001 From: "Liam Scaife (they/them)" Date: Fri, 28 Oct 2022 10:21:21 +1300 Subject: [PATCH] Add package Pigeon (#2394) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 7996c41..72e283a 100644 --- a/packages.json +++ b/packages.json @@ -27766,5 +27766,17 @@ "description": "A wrapper of the C++ cast operators", "license": "MIT", "web": "https://github.com/sls1005/nim-casting" + }, + { + "name": "pigeon", + "url": "https://github.com/dizzyliam/pigeon", + "method": "git", + "tags": [ + "webdev", + "api", + "HTTP" + ], + "description": "Define procedures on the server, call them from the browser.", + "license": "MIT" } ]