Add russh with examples

This commit is contained in:
Jeremy Soller 2025-05-01 18:27:47 -06:00
parent f1c4d86841
commit 9b75d4b0cf
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -0,0 +1,8 @@
[source]
git = "https://github.com/jackpot51/russh"
[build]
template = "custom"
script = """
cookbook_cargo_examples client_exec_simple client_exec_interactive sftp_client sftp_server
"""