mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
10 lines
218 B
TOML
10 lines
218 B
TOML
[package]
|
|
name = "unshell-cli"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
unshell-lib = {path = "../unshell-lib"}
|
|
unshell-obfuscate = {path = "../unshell-obfuscate"}
|
|
unshell-crypt = {path = "../unshell-crypt"}
|