Files
unshell/ush-payload/Cargo.toml
T
2026-02-20 18:17:11 -07:00

16 lines
270 B
TOML

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