lib_utils/ssh_utils/Cargo.toml
2021-09-01 20:12:41 +01:00

12 lines
310 B
TOML

[package]
name = "ssh_utils"
version = "0.1.0"
authors = ["JesusPerez <jpl@jesusperez.pro>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.40"
openssh = "0.8.0"
tokio = { version = "1.5.0", features = ["full"] }