git.delta.rocks / remowt / refs/commits / 36902687f0c5

difftreelog

source

crates/remowt-systemd/Cargo.toml352 Bsourcehistory
1[package]2name = "remowt-systemd"3description = "systemd control endpoint for remowt/bifrostlink (over D-Bus)"4version.workspace = true5edition = "2021"67[dependencies]8bifrostlink.workspace = true9bifrostlink-macros.workspace = true10serde = { workspace = true, features = ["derive"] }11thiserror = "1"12zbus = { workspace = true, features = ["tokio"] }