Files

16 lines
270 B
TOML
Raw Permalink Normal View History

cargo-features = ["trim-paths"]
[package]
name = "ush-payload"
edition = "2024"
[features]
default = ["log"]
log = ["unshell/log"]
log_debug = ["unshell/log_debug"]
2026-02-20 18:17:11 -07:00
obfuscate = ["unshell/obfuscate_ref"]
[dependencies]
unshell.path = "../"
serde_json.workspace = true