From 8bedf8619c05a7a4b3838a11df0395f145ad2be8 Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Fri, 5 Sep 2025 06:03:14 -0600 Subject: [PATCH] Added package fastrpc (#3116) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 1248b6d..e46dd73 100644 --- a/packages.json +++ b/packages.json @@ -36104,5 +36104,21 @@ "description": "PC/SC library for smart card access", "license": "MIT", "web": "https://github.com/mmlado/pcsc-nim/" + }, + { + "name": "fastrpc", + "url": "https://github.com/elcritch/fastrpc", + "method": "git", + "tags": [ + "rpc", + "msgpack", + "messagepack", + "json-rpc", + "embedded", + "fast" + ], + "description": "fast binary rpc designed for embedded", + "license": "Apache-2.0", + "web": "https://github.com/elcritch/fastrpc" } ]