git.delta.rocks / remowt / refs/commits / a70745c0fb24

difftreelog

source

cmds/remowt-ssh/Cargo.toml713 Bsourcehistory
1[package]2name = "remowt-ssh"3version.workspace = true4edition = "2021"56[dependencies]7clap = { version = "4.5.16", features = ["derive"] }8openssh = { version = "0.11.0", features = ["native-mux"] }9tracing-subscriber = "0.3.18"10bifrostlink.workspace = true11remowt-link-shared = { version = "0.1.0", path = "../../crates/remowt-link-shared" }12tokio = { version = "1.39.3", features = ["macros"] }13anyhow = "1.0.86"14bifrostlink-ports.workspace = true15uuid = { version = "1.10.0", features = ["v4"] }16tempdir = "0.3.7"17russh = { git = "https://github.com/Eugeny/russh/" }18russh-config = { git = "https://github.com/Eugeny/russh/" }19russh-keys = { git = "https://github.com/Eugeny/russh/" }20async-trait = "0.1.81"