Files
unshell/ush-manager/Cargo.toml
T
2026-02-09 10:27:15 -07:00

21 lines
373 B
TOML

[package]
name = "ush-manager"
version.workspace = true
edition.workspace = true
authors.workspace = true
include.workspace = true
[features]
log = ["unshell/log"]
log_debug = ["unshell/log_debug"]
obfuscate = ["unshell/obfuscate"]
[dependencies]
unshell = {path = "../", default-features = false}
bincode = "2.0.1"
libc = "0.2.178"
libloading = "0.8.9"
rand = "0.9.2"