From 2fea044264da4a35e112110164eb98f6b19295ce Mon Sep 17 00:00:00 2001 From: Sam Tay Date: Thu, 18 Jun 2020 18:19:37 -0700 Subject: Parallelize markdown parsing, and do it upfront --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ddb10cd..b9126e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,7 @@ serde_yaml = "0.8" reqwest = { version = "0.10", features = ["gzip", "json"] } futures = "0.3" tokio = { version = "0.2", features = ["full"] } +rayon = "1.3" lazy_static = "1.4" minimad = "0.6" -- cgit v1.2.3