git.delta.rocks / remowt / refs/commits / 211d40815f59

difftreelog

feat remowt-systemd

lpnopkwnYaroslav Bolyukin2026-01-25parent: #6bfa3e0.patch.diff
in: trunk

2 files changed

addedcrates/remowt-systemd/Cargo.tomldiffbeforeafterboth
--- /dev/null
+++ b/crates/remowt-systemd/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "remowt-systemd"
+description = "systemd control endpoint for remowt/bifrostlink (over D-Bus)"
+version.workspace = true
+edition = "2021"
+
+[dependencies]
+bifrostlink.workspace = true
+bifrostlink-macros.workspace = true
+serde = { workspace = true, features = ["derive"] }
+thiserror = "1"
+zbus = { workspace = true, features = ["tokio"] }
addedcrates/remowt-systemd/src/lib.rsdiffbeforeafterboth

no content