git.delta.rocks / fleet / refs/commits / 9766610438d2

difftreelog

source

remowt/crates/remowt-ui-prompt/Cargo.toml481 Bsourcehistory
1[package]2name = "remowt-ui-prompt"3description = "Interactive UI prompt endpoint for remowt (D-Bus)"4version.workspace = true5edition.workspace = true6license.workspace = true78[dependencies]9anyhow.workspace = true10bifrostlink.workspace = true11bifrostlink-macros.workspace = true12remowt-link-shared.workspace = true13serde.workspace = true14thiserror.workspace = true15tokio = { workspace = true, features = ["io-util", "macros", "process", "rt", "sync"] }16tracing.workspace = true