git.delta.rocks / remowt / refs/commits / 42e2f16609cb

difftreelog

source

crates/remowt-plugin/Cargo.toml414 Bsourcehistory
1[package]2name = "remowt-plugin"3version.workspace = true4edition = "2021"56[dependencies]7anyhow.workspace = true8bifrostlink.workspace = true9bifrostlink-ports.workspace = true10bytes.workspace = true11remowt-link-shared.workspace = true12tokio = { workspace = true, features = [13	"rt",14	"net",15	"io-std",16	"io-util",17	"macros",18	"time",19	"process",20] }21tracing.workspace = true22tracing-subscriber.workspace = true