Add CLI args for configurable values

This commit is contained in:
2022-10-11 23:54:59 +01:00
parent d168b045aa
commit 672798197b
4 changed files with 70 additions and 25 deletions

16
Cargo.lock generated
View File

@@ -460,6 +460,7 @@ dependencies = [
"serde",
"serde_json",
"ureq",
"xflags",
]
[[package]]
@@ -681,3 +682,18 @@ name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "xflags"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbf19f5031a1a812e96fede16f8161218883079946cea87619d3613db1efd268"
dependencies = [
"xflags-macros",
]
[[package]]
name = "xflags-macros"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2afbd7f2039bb6cad2dd45f0c5dff49c0d4e26118398768b7a605524d4251809"