Files
unshell/unshell-obfuscate/Cargo.toml
T
Michael Mikovsky 2b5074153b Add base62 encoding
2025-11-10 22:18:21 -07:00

18 lines
283 B
TOML

[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"]}
proc-macro2 = "1.0.103"
unshell-crypt = {path = "../unshell-crypt"}