Files
unshell/unshell-cli/Cargo.toml
T

11 lines
270 B
TOML
Raw Normal View History

[package]
name = "unshell-cli"
edition = "2024"
[dependencies]
unshell-lib = {path = "../unshell-lib", features=["log_debug"]}
2025-11-10 22:18:21 -07:00
unshell-obfuscate = {path = "../unshell-obfuscate"}
unshell-crypt = {path = "../unshell-crypt"}
# lazy_static = "1.5.0"
static_init = "1.0.4"