Added option to be able to switch config from the command line toll it self

This commit is contained in:
2024-09-10 08:21:24 +01:00
parent 6fd6a4471c
commit c3a67f4928
3 changed files with 726 additions and 16 deletions

View File

@@ -6,3 +6,4 @@ edition = "2021"
[dependencies]
clap = "4.5.17"
rouille = "3.6.2"
reqwest = { version = "0.11", features = ["blocking"] }