proxmox-backup/src/tools/systemd/mod.rs
Dietmar Maurer 15cc41b6cb proxmox-systemd: remove crate, use new proxmox-time 1.1.0 instead
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
2021-11-17 13:07:51 +01:00

6 lines
59 B
Rust

pub mod config;
pub mod types;
mod unit;
pub use unit::*;