refactor(cli): avoid http reqs for sample configs

re #716
This commit is contained in:
LGUG2Z
2024-03-24 21:07:07 -07:00
parent e0652d953a
commit 24ac0c4cd3
6 changed files with 17 additions and 105 deletions
+4 -1
View File
@@ -32,4 +32,7 @@ sysinfo = "0.30"
thiserror = "1"
uds_windows = "1"
which = "6"
windows = { workspace = true }
windows = { workspace = true }
[build-dependencies]
reqwest = { version = "0.11", features = ["blocking"] }