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
+1 -1
View File
@@ -8,8 +8,8 @@ use std::{
time::Duration,
};
use unshell::unshell_obfuscate::symbol;
use unshell::{Result, config::RuntimeConfig, debug, warn};
use unshell_obfuscate::symbol;
use crate::{
ModuleRuntime,