ghostport/Cargo.toml

13 lines
287 B
TOML
Raw Normal View History

2023-07-04 13:10:14 +00:00
[package]
name = "ghostport"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.0", features = ["full"] }
thrussh = "0.33.5"
thrussh-keys = "0.21"
futures = "0.3.28"