git.delta.rocks / remowt / refs/commits / 2499daa8100a

difftreelog

source

cmds/polkit-backend/Cargo.toml571 Bsourcehistory
1[package]2name = "polkit-backend"3version = "0.1.0"4edition = "2021"56[dependencies]7anyhow = "1.0.86"8clap = { version = "4.5.11", features = ["derive"] }9nix = "0.29.0"10pam-client = "0.5.0"11polkit-shared = { version = "0.1.0", path = "../../crates/polkit-shared" }12tokio = { version = "1.39.2", features = ["macros", "rt", "rt-multi-thread"] }13tracing = "0.1.40"14tracing-subscriber = "0.3.18"15ui-prompt = { version = "0.1.0", path = "../../crates/ui-prompt" }16zbus = { version = "4.4.0", features = ["tokio"] }17zbus_polkit = { version = "4.0.0", features = ["tokio"] }