summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorunitexe <unitexe70@gmail.com>2025-07-06 10:34:10 -0500
committerunitexe <unitexe70@gmail.com>2025-07-06 10:34:10 -0500
commiteeaaa380eb33edf706886c42ba3443e7b0fa379d (patch)
treed9a4c3ebf2384050e2578cf9533348f129ad60e0 /Cargo.toml
parentf3352ee6f39822318649b9d268c80b7434d7757e (diff)
Add endpoint to manually start podman-auto-update systemd unit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
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"