mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-14 08:25:05 +01:00
13 lines
329 B
TOML
13 lines
329 B
TOML
[package]
|
|
name = "ssh-tokio"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
eyre = "0.6.12"
|
|
ssh-transport = { path = "../ssh-transport" }
|
|
ssh-connection = { path = "../ssh-connection" }
|
|
ssh-protocol = { path = "../ssh-protocol" }
|
|
tokio = { version = "1.39.3", features = ["net"] }
|
|
tracing.workspace = true
|
|
futures = "0.3.30"
|