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", "io-util", "macros"] }15tracing.workspace = true16remowt-ui-prompt.workspace = truedifftreelog
source
crates/remowt-link-shared/Cargo.toml470 Bsourcehistory