Make unshell-obfuscate into a re-export

This commit is contained in:
Michael Mikovsky
2026-01-26 09:47:40 -07:00
parent 5d6d746985
commit 2aa61e80eb
8 changed files with 25 additions and 45 deletions
+4
View File
@@ -10,6 +10,10 @@ pub use error::{ModuleError, Result};
pub use announcement::Announcement;
// Re-exports
pub use unshell_crypt;
pub use unshell_obfuscate;
// pub trait Component {
// fn name(&self) -> &'static str;
// // fn start_runtime(&self, manager: Arc<Mutex<Manager>>) -> Option<Box<dyn ModuleRuntime>>;