mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-09 06:47:59 -06:00
21 lines
469 B
TOML
21 lines
469 B
TOML
[package]
|
|
name = "unshell-manager"
|
|
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"]
|
|
|
|
[dependencies]
|
|
unshell-lib = {path = "../unshell-lib", default-features = false}
|
|
unshell-obfuscate = {path = "../unshell-obfuscate", default-features = false}
|
|
|
|
bincode = "2.0.1"
|
|
libc = "0.2.178"
|
|
libloading = "0.8.9"
|
|
rand = "0.9.2"
|