Files
unshell/unshell-cli/Cargo.toml
T
2025-11-23 22:40:06 -07:00

10 lines
222 B
TOML

[package]
name = "unshell-cli"
edition = "2024"
[dependencies]
unshell-lib = {path = "../unshell-lib"}
unshell-obfuscate = {path = "../unshell-obfuscate"}
unshell-crypt = {path = "../unshell-crypt"}
lazy_static = "1.5.0"