diff options
| author | unitexe <unitexe70@gmail.com> | 2025-07-06 10:34:10 -0500 |
|---|---|---|
| committer | unitexe <unitexe70@gmail.com> | 2025-07-06 10:34:10 -0500 |
| commit | eeaaa380eb33edf706886c42ba3443e7b0fa379d (patch) | |
| tree | d9a4c3ebf2384050e2578cf9533348f129ad60e0 /Cargo.toml | |
| parent | f3352ee6f39822318649b9d268c80b7434d7757e (diff) | |
Add endpoint to manually start podman-auto-update systemd unit
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |
