feat: add print default config cmd
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user