Add runner config options

This commit is contained in:
Joscha 2023-08-09 15:19:03 +02:00
parent 9264e033fa
commit 23ae5613c7
3 changed files with 83 additions and 1 deletions

11
Cargo.lock generated
View file

@ -821,6 +821,16 @@ dependencies = [
"version_check",
]
[[package]]
name = "gethostname"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
dependencies = [
"libc",
"windows-targets",
]
[[package]]
name = "getrandom"
version = "0.2.10"
@ -2795,6 +2805,7 @@ dependencies = [
"clap",
"directories",
"futures",
"gethostname",
"gix",
"humantime",
"humantime-serde",