RUSTRUSTRUSTRUST/Cargo.toml
2023-04-14 16:45:12 -04:00

12 lines
287 B
TOML

[package]
name = "rust-ssh"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ssh2 = "0.9.4"
rpassword = "7.2.0"
serde = {version = "1.0.160", features = ["derive"] }
serde_yaml = "0.9.21"