From 0fd20a21bc54d8b94cf23b7c3d073a17169bc443 Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Sun, 25 Jan 2026 09:12:28 +0000 Subject: [PATCH] refactor: split remowt-client --- --- /dev/null +++ b/crates/remowt-client/Cargo.toml @@ -0,0 +1,20 @@ +[package] +name = "remowt-client" +description = "russh-based client connection to a remowt agent" +version.workspace = true +edition = "2021" + +[dependencies] +anyhow.workspace = true +bifrostlink.workspace = true +bifrostlink-ports.workspace = true +bytes.workspace = true +camino.workspace = true +serde.workspace = true +serde_json.workspace = true +remowt-link-shared.workspace = true +russh.workspace = true +russh-config.workspace = true +tokio = { workspace = true, features = ["net", "io-util", "rt", "sync", "macros", "process"] } +tracing.workspace = true +uuid = { workspace = true, features = ["v4"] } -- gitstuff