From 9b75d4b0cfbcf56c4c3ddd22649a4ddd0d9e6305 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 1 May 2025 18:27:47 -0600 Subject: [PATCH] Add russh with examples --- recipes/wip/ssh/russh/recipe.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes/wip/ssh/russh/recipe.toml diff --git a/recipes/wip/ssh/russh/recipe.toml b/recipes/wip/ssh/russh/recipe.toml new file mode 100644 index 000000000..828f74717 --- /dev/null +++ b/recipes/wip/ssh/russh/recipe.toml @@ -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 +"""