Files
unshell/unshell-obfuscate/Cargo.toml
T
2026-01-30 14:05:07 -07:00

25 lines
411 B
TOML

[package]
name = "unshell-obfuscate"
version.workspace = true
edition.workspace = true
authors.workspace = true
include.workspace = true
[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"