Add clap cmdline args to unshell-server

This commit is contained in:
Michael Mikovsky
2025-12-01 09:54:12 -07:00
parent b321528fcd
commit 97bd45571b
6 changed files with 158 additions and 2 deletions
+1
View File
@@ -22,6 +22,7 @@ tokio = {version="1.48.0", features = ["full"] }
bcrypt = "0.17.1"
chrono = "0.4.42"
static_init = "1.0.4"
clap = {version = "4.5.53", features = ["derive"]}
# tracing = "0.1.43"
# tracing-subscriber = {version="0.3.22", features = ["env-filter"] }