Files
unshell/ush-payload/Cargo.toml
T

16 lines
270 B
TOML
Raw Normal View History

cargo-features = ["trim-paths"]
[package]
name = "ush-payload"
edition = "2024"
[features]
default = ["log"]
log = ["unshell/log"]
log_debug = ["unshell/log_debug"]
obfuscate = ["unshell/obfuscate_aes"]
[dependencies]
unshell.path = "../"
serde_json.workspace = true