git.delta.rocks / remowt / refs/commits / 875f55ab11c2

difftreelog

source

crates/remowt-systemd/Cargo.toml388 Bsourcehistory
1[package]2name = "remowt-systemd"3description = "systemd control endpoint for remowt/bifrostlink (over D-Bus)"4version.workspace = true5edition = "2021"6license.workspace = true78[dependencies]9bifrostlink.workspace = true10bifrostlink-macros.workspace = true11serde = { workspace = true, features = ["derive"] }12thiserror.workspace = true13zbus = { workspace = true, features = ["tokio"] }