RUSTRUSTRUSTRUST/Cargo.toml

12 lines
287 B
TOML
Raw Normal View History

2023-04-14 20:45:12 +00:00
[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"