git.delta.rocks / remowt / refs/commits / 0fd20a21bc54

difftreelog

refactor split remowt-client

lyuxxwukYaroslav Bolyukin2026-01-25parent: #8684111.patch.diff
in: trunk

1 file changed

addedcrates/remowt-client/Cargo.tomldiffbeforeafterboth
after · crates/remowt-client/Cargo.toml
1[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"] }