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 +"""