Files
unshell/ush-manager/Cargo.toml
T

21 lines
373 B
TOML
Raw Normal View History

2025-12-20 22:39:56 -07:00
[package]
name = "ush-manager"
2026-01-30 14:05:07 -07:00
version.workspace = true
edition.workspace = true
authors.workspace = true
include.workspace = true
2025-12-20 22:39:56 -07:00
[features]
2026-01-26 09:13:46 -07:00
log = ["unshell/log"]
log_debug = ["unshell/log_debug"]
2026-01-26 09:13:46 -07:00
2026-01-26 09:47:40 -07:00
obfuscate = ["unshell/obfuscate"]
2025-12-20 22:39:56 -07:00
[dependencies]
2026-01-26 09:13:46 -07:00
unshell = {path = "../", default-features = false}
2025-12-20 22:39:56 -07:00
bincode = "2.0.1"
libc = "0.2.178"
libloading = "0.8.9"
rand = "0.9.2"