git.delta.rocks / remowt / refs/commits / 62007a6e971b

difftreelog

source

crates/remowt-client/Cargo.toml622 Bsourcehistory
1[package]2name = "remowt-client"3description = "russh-based client connection to a remowt agent"4version.workspace = true5edition = "2021"6license.workspace = true78[dependencies]9anyhow.workspace = true10bifrostlink.workspace = true11bifrostlink-ports.workspace = true12bytes.workspace = true13camino.workspace = true14serde.workspace = true15serde_json.workspace = true16remowt-link-shared.workspace = true17russh.workspace = true18russh-config.workspace = true19tokio = { workspace = true, features = ["net", "io-util", "rt", "sync", "macros", "process"] }20tracing.workspace = true21uuid = { workspace = true, features = ["v4"] }