From d1fb391bf3de2cec8e9226cec77ef30fc73d8e60 Mon Sep 17 00:00:00 2001 From: Retkid <54078872+Retkid@users.noreply.github.com> Date: Sat, 29 Jun 2024 11:54:17 +0900 Subject: [PATCH] Update packages.json (#2898) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index a4e759a..9099794 100644 --- a/packages.json +++ b/packages.json @@ -33714,5 +33714,20 @@ "description": "aptos library for nim lang", "license": "MIT", "web": "https://github.com/C-NERD/nimAptos" + }, + { + "name": "nimPGP", + "url": "https://gitlab.com/IAlbassort/nimPGP/", + "method": "git", + "tags": [ + "pgp", + "encryption", + "rust", + "security", + "privacy" + ], + "description": "A high-level and easy to use PGP library. Using Rust & Sequoia-PGP on the backend!", + "license": "MIT", + "web": "https://gitlab.com/IAlbassort/nimPGP/" } ]