feat: add print default config cmd

This commit is contained in:
brian
2025-09-21 18:40:41 +08:00
parent cade85d576
commit daf6c7c16a
4 changed files with 110 additions and 39 deletions

View File

@@ -23,11 +23,12 @@ tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
dotenvy = "0.15.7"
toml = "0.8.22"
toml = "0.9.7"
clap = { version = "4.0", features = ["derive"] }
pbkdf2 = { version = "0.12", features = ["simple"] }
rand_core = { version = "0.9.3", features = ["std"] }
jsonwebtoken = "9"
once_cell = "1.21.3"
tower-http = {version= "0.6", features = ["trace", "cors"] }
tower = "0.5.2"
tower = "0.5.2"
rand = "0.9.2"