12 lines
310 B
TOML
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"] } |