Add benchmark for message decryption

This commit is contained in:
Hocuri
2025-08-04 20:59:18 +02:00
parent ad0e3179dd
commit d431f2ebd3
5 changed files with 108 additions and 0 deletions

View File

@@ -75,7 +75,10 @@ mod mimefactory;
pub mod mimeparser;
pub mod oauth2;
mod param;
#[cfg(not(feature = "internals"))]
mod pgp;
#[cfg(feature = "internals")]
pub mod pgp;
pub mod provider;
pub mod qr;
pub mod qr_code_generator;