git.delta.rocks / remowt / refs/commits / 875f55ab11c2

difftreelog

source

crates/remowt-link-shared/Cargo.toml564 Bsourcehistory
1[package]2name = "remowt-link-shared"3description = "Shared bifrostlink endpoint wiring for remowt"4version.workspace = true5edition = "2021"6license.workspace = true78[dependencies]9bifrostlink.workspace = true10bytes.workspace = true11serde = { workspace = true, features = ["derive"] }12serde_json.workspace = true13thiserror.workspace = true14tokio = { workspace = true, features = ["fs"] }15remowt-fs.workspace = true16remowt-systemd.workspace = true17remowt-ui-prompt.workspace = true18camino = { workspace = true, features = ["serde1"] }19remowt-pty.workspace = true