mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 10:36:39 -07:00
add basic parallelization to site building
This commit is contained in:
parent
0878679745
commit
4871293708
7 changed files with 90 additions and 22 deletions
|
@ -21,6 +21,7 @@ pulldown-cmark = {version = "0.12", default-features = false, features = [
|
|||
"simd",
|
||||
"html",
|
||||
]}
|
||||
rayon = "1"
|
||||
rss = {version = "2", features = ["validation"]}
|
||||
serde = {version = "1", features = ["derive"]}
|
||||
serde_yml = "0.0.12"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue