git.delta.rocks / remowt / refs/commits / a05ea003b8ee

difftreelog

source

cmds/polkit-helper/Cargo.toml360 Bsourcehistory
1[package]2name = "polkit-helper"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"11tokio = { version = "1.39.2", features = ["macros", "rt"] }12zbus = { version = "4.4.0", features = ["tokio"] }13zbus_polkit = { version = "4.0.0", features = ["tokio"] }