Files
unshell/unshell-obfuscate/Cargo.toml
T

18 lines
283 B
TOML
Raw Normal View History

2025-11-08 17:58:40 -07:00
[package]
name = "unshell-obfuscate"
edition = "2024"
[lib]
proc-macro = true
[features]
# default = ["obfuscate"]
obfuscate = []
[dependencies]
quote = "1.0.42"
syn = {version = "2.0.109", features = ["full"]}
2025-11-09 12:34:52 -07:00
proc-macro2 = "1.0.103"
2025-11-10 22:18:21 -07:00
unshell-crypt = {path = "../unshell-crypt"}