mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
16 lines
270 B
TOML
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_aes"]
|
|
|
|
[dependencies]
|
|
unshell.path = "../"
|
|
serde_json.workspace = true
|