Add a standalone feature for escude-arc

This commit is contained in:
2025-06-04 12:43:15 +08:00
parent 6e8d248ed2
commit d2f682d4d4
3 changed files with 7 additions and 3 deletions

View File

@@ -1,5 +1,8 @@
#[cfg(feature = "escude-arc")]
pub mod archive;
#[cfg(feature = "escude-arc")]
mod crypto;
pub mod list;
#[cfg(feature = "escude-arc")]
mod lzw;
pub mod script;