passthru worker thread count from env

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-11-23 03:45:11 +00:00
parent 175e1c6453
commit 5f1cab6850
3 changed files with 13 additions and 9 deletions

View file

@ -207,14 +207,13 @@ default-features = false
version = "4.5.21"
default-features = false
features = [
"std",
"derive",
"help",
#"color", Do we need these?
#"unicode",
"usage",
"env",
"error-context",
"help",
"std",
"string",
"usage",
]
[workspace.dependencies.futures]