Files
unshell/unshell-cli/Cargo.toml
T

10 lines
222 B
TOML
Raw Normal View History

[package]
name = "unshell-cli"
edition = "2024"
[dependencies]
2025-11-10 22:18:21 -07:00
unshell-lib = {path = "../unshell-lib"}
unshell-obfuscate = {path = "../unshell-obfuscate"}
unshell-crypt = {path = "../unshell-crypt"}
2025-11-23 22:40:06 -07:00
lazy_static = "1.5.0"