Wolfgang Bumiller 313d0a6b88 proxmox-tfa: import tfa api from proxmox-perl-rs as api feature
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-11-17 08:39:56 +01:00

8 lines
90 B
Rust

#[cfg(feature = "u2f")]
pub mod u2f;
pub mod totp;
#[cfg(feature = "api")]
pub mod api;