mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
Clean up the code a little bit
This commit is contained in:
@@ -6,17 +6,16 @@ edition = "2024"
|
||||
|
||||
[features]
|
||||
obfuscate = ["unshell-obfuscate/obfuscate"]
|
||||
log = ["unshell-lib/log"]
|
||||
log_debug = ["unshell-lib/log_debug"]
|
||||
|
||||
client = ["unshell-lib/client"]
|
||||
server = ["unshell-lib/server"]
|
||||
# server = ["unshell-lib/server"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
env_logger = "0.11.8"
|
||||
lazy_static = "1.5.0"
|
||||
libloading = "0.8.9"
|
||||
proc-macro2 = "1.0.103"
|
||||
|
||||
unshell-lib = {path = "../unshell-lib", default-features = false}
|
||||
unshell-obfuscate = {path = "../unshell-obfuscate"}
|
||||
|
||||
Reference in New Issue
Block a user