feat: add ssh-rs

This commit is contained in:
2022-09-02 23:58:14 +08:00
parent bce6338c2b
commit 338d2720ac
5 changed files with 874 additions and 1 deletions

10
__shell/sshrs/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "sshrs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rust_util = "0.6"
ssh-rs = "0.2"