Added command line argument for the config file location
This commit is contained in:
@@ -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"] }
|
||||
Reference in New Issue
Block a user