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

difftreelog

source

crates/remowt-plugin/Cargo.toml526 Bsourcehistory
1[package]2name = "remowt-plugin"3description = "Plugin host and protocol for remowt agents"4version.workspace = true5edition = "2021"6license.workspace = true78[dependencies]9anyhow.workspace = true10bifrostlink.workspace = true11bifrostlink-ports.workspace = true12bytes.workspace = true13remowt-link-shared.workspace = true14serde_json.workspace = true15tokio = { workspace = true, features = [16	"rt",17	"net",18	"io-std",19	"io-util",20	"macros",21	"time",22	"process",23] }24tracing.workspace = true25tracing-subscriber.workspace = true