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" } ]