git.delta.rocks / remowt / refs/heads / trunk

difftreelog

source

crates/remowt-ui-prompt/Cargo.toml525 Bsourcehistory
1[package]2name = "remowt-ui-prompt"3description = "Interactive UI prompt endpoint for remowt (D-Bus)"4version.workspace = true5edition = "2021"6license.workspace = true78[dependencies]9anyhow.workspace = true10bifrostlink.workspace = true11bifrostlink-macros.workspace = true12serde.workspace = true13thiserror.workspace = true14tokio = { workspace = true, features = ["io-util", "macros", "process", "rt"] }15tracing.workspace = true16zbus = { workspace = true, optional = true }1718[features]19default = ["dbus"]20dbus = ["dep:zbus"]