parallelize file generation (syntax highlighting)

This commit is contained in:
Trevor Bentley
2023-01-12 16:01:45 +01:00
parent ad79db18ac
commit d3a2e9432b
3 changed files with 131 additions and 20 deletions
+1
View File
@@ -22,6 +22,7 @@ chrono = { version = "0.4.23", features=["clock"] }
clap = { version="4.0.32", features=["derive"] }
git2 = "0.15.0"
pulldown-cmark = { version = "0.9.2", optional = true }
rayon = "1.6.1"
serde = { version = "1.0.152", features = ["derive"] }
syntect = { version = "5.0.0", default-features = false, optional = true }
tera = "1.17.1"