git.delta.rocks / remowt / refs/commits / 9ee216ad78bd

difftreelog

source

crates/ui-prompt/Cargo.toml317 Bsourcehistory
1[package]2name = "ui-prompt"3version = "0.1.0"4edition = "2021"56[dependencies]7serde = "1.0.204"8thiserror = "1.0.63"9tokio = { version = "1.39.2", features = ["io-util", "macros", "process", "rt"] }10tracing = "0.1.40"11zbus = { version = "4.4.0", optional = true }1213[features]14default = ["dbus"]15dbus = ["dep:zbus"]