add simpleMail and asyncssh2 (#2855)

* add simpleMail

* add asyncssh2
This commit is contained in:
up7down8 2024-04-16 16:33:39 +08:00 committed by GitHub
parent 008f41c5b6
commit daeb7cee7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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