From 6ab80c24cb536742668e628f4b850e44a318e097 Mon Sep 17 00:00:00 2001 From: Manuel Philipp Date: Mon, 28 Oct 2019 21:18:30 +0100 Subject: [PATCH] Added package nimagehide (#1224) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 59095f7..694a57e 100644 --- a/packages.json +++ b/packages.json @@ -14978,5 +14978,21 @@ "description": "A new awesome nimble package", "license": "MIT", "web": "https://github.com/JesterOrNot/Nim-Tac-Toe" + }, + { + "name": "nimagehide", + "url": "https://github.com/MnlPhlp/nimagehide", + "method": "git", + "tags": [ + "library", + "cli", + "staganography", + "image", + "hide", + "secret" + ], + "description": "A library to hide data in images. Usable as library or cli tool.", + "license": "MIT", + "web": "https://github.com/MnlPhlp/nimagehide" } ]