1
0
mirror of https://github.com/vxfemboy/ghostport.git synced 2024-11-26 01:00:19 +02:00
ghostport/Cargo.toml
2023-07-04 07:10:14 -06:00

13 lines
287 B
TOML

[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"