Work on customizable config tool

This commit is contained in:
Michael Mikovsky
2025-12-16 22:23:54 -07:00
parent 6c2854b588
commit 3ba5577b87
5 changed files with 146 additions and 25 deletions
-19
View File
@@ -6,8 +6,6 @@ edition = "2024"
[features]
log_debug = ["unshell-lib/log_debug"]
[dependencies]
unshell-lib = {path = "../unshell-lib"}
@@ -24,20 +22,3 @@ chrono = "0.4.42"
static_init = "1.0.4"
clap = {version = "4.5.53", features = ["derive"]}
sled = "0.34.7"
# tracing = "0.1.43"
# tracing-subscriber = {version="0.3.22", features = ["env-filter"] }
# async-trait = "0.1.89"
# axum = "0.8.7"
# axum-extra = "0.12.2"
# axum-login = "0.18.0"
# bcrypt = "0.17.1"
# jsonwebtoken = "10.2.0"
# serde = "1.0.228"
# serde_json = "1.0.145"
# tokio = {version = "1.48.0", features=["rt-multi-thread"]}
# tower-sessions = "0.14.0"
# tracing = "0.1.43"
# tracing-subscriber = "0.3.22"