feat: v1.8.2, fix compile issue

This commit is contained in:
2024-12-15 16:34:07 +08:00
parent 338017590f
commit 528889bcc7
5 changed files with 8 additions and 4 deletions

View File

@@ -15,6 +15,7 @@ pub use cmd_encrypt::encrypt;
pub use cmd_encrypt::encrypt_single;
pub use cmd_encrypt::encrypt_single_file_out;
pub use cmd_simple_encrypt_decrypt::simple_encrypt;
#[cfg(feature = "decrypt")]
pub use cmd_simple_encrypt_decrypt::simple_decrypt;
#[cfg(feature = "decrypt")]
pub use cmd_execenv::CmdExecEnv;