mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
22 lines
328 B
TOML
22 lines
328 B
TOML
[package]
|
|
name = "unshell-obfuscate"
|
|
edition = "2024"
|
|
|
|
[features]
|
|
obfuscate = []
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
unshell-crypt = {path = "../unshell-crypt"}
|
|
|
|
# Common
|
|
static_init = { workspace = true }
|
|
|
|
# Specific
|
|
quote = "1.0.42"
|
|
syn = {version = "2.0.109", features = ["full"]}
|
|
proc-macro2 = "1.0.103"
|
|
rand = "0.9.2"
|