proxmox-perl-rs/pmg-rs/src/lib.rs
Wolfgang Bumiller ba8dad1190 add common-src/ and move CalendarEvent to it
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2022-03-01 10:54:15 +01:00

8 lines
106 B
Rust

#[path = "../../common/src/mod.rs"]
pub mod common;
pub mod acme;
pub mod apt;
pub mod csr;
pub mod tfa;