git.delta.rocks / remowt / refs/commits / eadb0bb3c19e

difftreelog

source

crates/remowt-plugin/Cargo.toml503 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 = true12remowt-link-shared.workspace = true13serde_json.workspace = true14tokio = { workspace = true, features = [15	"rt",16	"net",17	"io-std",18	"io-util",19	"macros",20	"time",21	"process",22] }23tracing.workspace = true24tracing-subscriber.workspace = true