mirror of
https://git.proxmox.com/git/proxmox-perl-rs
synced 2025-05-24 03:05:57 +00:00

Also splitting PVE-specific context into its own file. Suggested-by: Wolfgang Bumiller <w.bumiller@proxmox.com> Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
6 lines
83 B
Rust
6 lines
83 B
Rust
pub mod apt;
|
|
mod calendar_event;
|
|
pub mod logger;
|
|
pub mod notify;
|
|
mod subscription;
|