Files
unshell/unshell-cli/Cargo.toml
T

10 lines
218 B
TOML
Raw Normal View History

[package]
name = "unshell-cli"
version = "0.1.0"
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"}