Move everything into workspace

This commit is contained in:
Michael Mikovsky
2026-01-26 09:13:46 -07:00
parent b619fb7a71
commit 5d6d746985
41 changed files with 5374 additions and 1105 deletions
+7 -5
View File
@@ -2,18 +2,20 @@
name = "unshell-obfuscate"
edition = "2024"
[features]
obfuscate = []
[lib]
proc-macro = true
[features]
# default = ["obfuscate"]
obfuscate = []
[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"
static_init = "1.0.4"
rand = "0.9.2"