mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
Make unshell-obfuscate into a re-export
This commit is contained in:
@@ -6,14 +6,13 @@ edition = "2024"
|
||||
log = ["unshell/log"]
|
||||
log_debug = ["log", "unshell/log_debug"]
|
||||
|
||||
obfuscate = ["unshell-obfuscate/obfuscate"]
|
||||
obfuscate = ["unshell/obfuscate"]
|
||||
|
||||
# client = ["unshell-lib/client"]
|
||||
# server = ["unshell-lib/server"]
|
||||
|
||||
[dependencies]
|
||||
unshell = {path = "../", default-features = false}
|
||||
unshell-obfuscate = {path = "../unshell-obfuscate"}
|
||||
|
||||
bincode = "2.0.1"
|
||||
libc = "0.2.178"
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user