Files
unshell/unshell-payload/Cargo.toml
T

29 lines
543 B
TOML
Raw Normal View History

2026-01-30 14:05:07 -07:00
cargo-features = ["trim-paths"]
2025-11-05 15:17:31 -07:00
[package]
name = "unshell-payload"
2025-11-05 15:17:31 -07:00
edition = "2024"
2026-01-30 14:05:07 -07:00
# [lib]
# crate-type = ["cdylib"]
[features]
default = ["log"]
log = ["unshell/log", "server2/log"]
log_debug = ["unshell/log_debug", "server2/log_debug"]
2026-01-26 09:13:46 -07:00
# obfuscate = ["unshell-obfuscate/obfuscate"]
# log = ["unshell-lib/log"]
# log_debug = ["unshell-lib/log_debug"]
2025-11-14 09:43:41 -07:00
2026-01-26 09:13:46 -07:00
# client = ["unshell-lib/client"]
2025-11-24 08:45:44 -07:00
# server = ["unshell-lib/server"]
2026-01-26 09:13:46 -07:00
# # server = ["unshell-lib/server"]
2025-11-14 09:43:41 -07:00
2025-11-08 17:58:40 -07:00
2025-11-05 15:17:31 -07:00
[dependencies]
2026-01-30 14:05:07 -07:00
unshell.path = "../"
server2.path = "../core-modules/server2"