difftreelog
refactor split remowt-client
in: trunk
1 file changed
crates/remowt-client/Cargo.tomldiffbeforeafterboth1[package]2name = "remowt-client"3description = "russh-based client connection to a remowt agent"4version.workspace = true5edition = "2021"67[dependencies]8anyhow.workspace = true9bifrostlink.workspace = true10bifrostlink-ports.workspace = true11bytes.workspace = true12camino.workspace = true13serde.workspace = true14serde_json.workspace = true15remowt-link-shared.workspace = true16russh.workspace = true17russh-config.workspace = true18tokio = { workspace = true, features = ["net", "io-util", "rt", "sync", "macros", "process"] }19tracing.workspace = true20uuid = { workspace = true, features = ["v4"] }