From eeaaa380eb33edf706886c42ba3443e7b0fa379d Mon Sep 17 00:00:00 2001 From: unitexe Date: Sun, 6 Jul 2025 10:34:10 -0500 Subject: Add endpoint to manually start podman-auto-update systemd unit --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c572423..64bf936 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,8 @@ sha2 = "0.10.9" tokio = { version = "1.45.1", features = ["macros", "rt-multi-thread"] } tonic = "0.13.1" tonic-reflection = "0.13.1" +zbus = "5.7.1" +zbus_systemd = { version = "0.25701.0", features = ["systemd1"] } [build-dependencies] tonic-build = "0.13.1" -- cgit v1.2.3