feat: add ssh.rs
This commit is contained in:
10
ssh-rs/Cargo.toml
Normal file
10
ssh-rs/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "ssh-rs"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
rust_util = "0.6.50"
|
||||
clap = { version = "4.5.49", features = ["derive"] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.145"
|
||||
Reference in New Issue
Block a user