From 96aa7e23766ffd038a43638ab0b60d04942f0430 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 23 Jun 2026 21:03:35 +0800 Subject: Parallelize markdown code block verification --- dev_tools/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'dev_tools/Cargo.toml') diff --git a/dev_tools/Cargo.toml b/dev_tools/Cargo.toml index a904bd5..7e9e332 100644 --- a/dev_tools/Cargo.toml +++ b/dev_tools/Cargo.toml @@ -17,3 +17,4 @@ colored = "3.1.1" toml = "0.8" serde = { version = "1", features = ["derive"] } serde_json = "1" +tokio = { version = "1", features = ["rt-multi-thread", "macros"] } -- cgit