disable apt support

This commit is contained in:
Алексей Шабалин 2022-03-06 14:22:01 +03:00
parent 6e5fab9a6a
commit e51b9127e0

View File

@ -1,7 +1,7 @@
//! Rust library for the Proxmox VE code base.
#[path = "../../perl-apt/mod.rs"]
pub mod apt;
//#[path = "../../perl-apt/mod.rs"]
//pub mod apt;
pub mod openid;
pub mod tfa;