mirror of
https://git.proxmox.com/git/proxmox-perl-rs
synced 2025-07-12 21:25:54 +00:00

Change pve-rs functions to be wrapper functions for common. Signed-off-by: Markus Frank <m.frank@proxmox.com>
8 lines
119 B
Rust
8 lines
119 B
Rust
pub mod apt;
|
|
mod calendar_event;
|
|
pub mod logger;
|
|
pub mod notify;
|
|
pub mod oidc;
|
|
pub mod shared_cache;
|
|
mod subscription;
|