Make unshell-obfuscate into a re-export

This commit is contained in:
Michael Mikovsky
2026-01-26 09:47:40 -07:00
parent 5d6d746985
commit 2aa61e80eb
8 changed files with 25 additions and 45 deletions
+2 -19
View File
@@ -9,9 +9,8 @@ log = ["unshell/log", "unshell-manager/log"]
log_debug = ["log", "unshell/log_debug", "unshell-manager/log_debug"]
[dependencies]
unshell = {path = "../", default-featues = false}
unshell-obfuscate = {path = "../unshell-obfuscate", default-featues = false}
unshell-manager = {path = "../unshell-manager", default-featues = false}
unshell = { path = "../" }
unshell-manager = { path = "../unshell-manager" }
chrono = { workspace = true }
toml = { workspace = true }
@@ -28,19 +27,3 @@ tokio = {version="1.48.0", features = ["full"] }
jsonwebtoken = {version = "10.2.0", features = ["aws_lc_rs"]}
bcrypt = "0.17.1"
# clap = {version = "4.5.53", features = ["derive"]}
# axum = "0.8.7"
# axum-extra = {version="0.12.2", features = ["typed-header"]}
# tokio = {version="1.48.0", features = ["full"] }
# serde = {version = "1.0.228", features = ["derive"]}
# serde_json = "1.0.145"
# chrono = "0.4.42"
# static_init = "1.0.4"
# toml = "0.9.9"
# jsonwebtoken = {version = "10.2.0", features = ["aws_lc_rs"]}
# bcrypt = "0.17.1"
# sled = "0.34.7"