From daeb7cee7e69f25953e269b3f8ff7499aa3794e5 Mon Sep 17 00:00:00 2001 From: up7down8 <167154486+up7down8@users.noreply.github.com> Date: Tue, 16 Apr 2024 16:33:39 +0800 Subject: [PATCH] add simpleMail and asyncssh2 (#2855) * add simpleMail * add asyncssh2 --- packages.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/packages.json b/packages.json index b10fd28..21ee86c 100644 --- a/packages.json +++ b/packages.json @@ -33144,5 +33144,31 @@ "description": "Low-level Tcl & Tk bindings for Nim", "license": "MIT", "web": "https://github.com/neroist/nimtcl" + }, + { + "name": "simpleMail", + "url": "https://github.com/up7down8/simpleMail", + "method": "git", + "tags": [ + "smtp", + "mail", + ], + "description": "Make sending HTML and file emails easier.", + "license": "MIT", + "web": "https://github.com/up7down8/simpleMail" + }, + { + "name": "asyncssh2", + "url": "https://github.com/up7down8/asyncssh2", + "method": "git", + "tags": [ + "scp", + "ssh", + "sftp", + "asyncssh" + ], + "description": "Execute commands and upload/download files using multiple processes and asynchronous methods via SSH.", + "license": "MIT", + "web": "https://github.com/up7down8/asyncssh2" } ]