1
Fork 0

parallelize HTML checking tool

This commit is contained in:
Alex Gaynor 2022-07-29 23:26:00 -04:00
parent 211637d080
commit 5b0ec1ebe4
Failed to extract signature
3 changed files with 27 additions and 21 deletions

View file

@ -1788,6 +1788,7 @@ dependencies = [
name = "html-checker"
version = "0.1.0"
dependencies = [
"rayon",
"walkdir",
]