mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-09 06:47:59 -06:00
11 lines
270 B
TOML
11 lines
270 B
TOML
[package]
|
|
name = "unshell-cli"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
unshell-lib = {path = "../unshell-lib", features=["log_debug"]}
|
|
unshell-obfuscate = {path = "../unshell-obfuscate"}
|
|
unshell-crypt = {path = "../unshell-crypt"}
|
|
# lazy_static = "1.5.0"
|
|
static_init = "1.0.4"
|