Skip to content

Commit daeb7ce

Browse files
authored
add simpleMail and asyncssh2 (#2855)
* add simpleMail * add asyncssh2
1 parent 008f41c commit daeb7ce

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

packages.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33144,5 +33144,31 @@
3314433144
"description": "Low-level Tcl & Tk bindings for Nim",
3314533145
"license": "MIT",
3314633146
"web": "https://github.com/neroist/nimtcl"
33147+
},
33148+
{
33149+
"name": "simpleMail",
33150+
"url": "https://github.com/up7down8/simpleMail",
33151+
"method": "git",
33152+
"tags": [
33153+
"smtp",
33154+
"mail",
33155+
],
33156+
"description": "Make sending HTML and file emails easier.",
33157+
"license": "MIT",
33158+
"web": "https://github.com/up7down8/simpleMail"
33159+
},
33160+
{
33161+
"name": "asyncssh2",
33162+
"url": "https://github.com/up7down8/asyncssh2",
33163+
"method": "git",
33164+
"tags": [
33165+
"scp",
33166+
"ssh",
33167+
"sftp",
33168+
"asyncssh"
33169+
],
33170+
"description": "Execute commands and upload/download files using multiple processes and asynchronous methods via SSH.",
33171+
"license": "MIT",
33172+
"web": "https://github.com/up7down8/asyncssh2"
3314733173
}
3314833174
]

0 commit comments

Comments
 (0)