From d5c3fdd9618d51ffd66d5e8c827ca897a9803cb4 Mon Sep 17 00:00:00 2001 From: mmlado <10460806+mmlado@users.noreply.github.com> Date: Wed, 27 Aug 2025 18:58:12 +0000 Subject: [PATCH] Add PC/SC library (#3112) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index e8dda6f..bdeea63 100644 --- a/packages.json +++ b/packages.json @@ -36075,5 +36075,19 @@ "license": "MIT", "web": "https://github.com/Naitsabot/xkcdgeohashing.nim", "doc": "https://naitsabot.github.io/xkcdgeohash/xkcdgeohash.html" + }, + { + "name": "pcsc", + "url": "https://github.com/mmlado/pcsc-nim/", + "method": "git", + "tags": [ + "library", + "PC/SC", + "pcsc", + "PC/SmartCard" + ], + "description": "PC/SC library for smart card access", + "license": "MIT", + "web": "https://github.com/mmlado/pcsc-nim/" } ]