Added command line argument for the config file location

This commit is contained in:
2025-10-24 12:13:02 +02:00
parent 48d59b6f90
commit f9726f7b35
2 changed files with 34 additions and 8 deletions

View File

@@ -9,4 +9,5 @@ serde = "1.0.228"
serde_json = "1.0.145"
toml = "0.9.7"
sqlx = {version = "0.8.6", features = ["postgres"]}
futures-util = "0.3.31"
futures-util = "0.3.31"
clap = { version = "4.5.50", features = ["derive"] }