difftreelog
feat remowt-systemd
in: trunk
2 files changed
crates/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"] }
crates/remowt-systemd/src/lib.rsdiffbeforeafterbothno content