diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-23 21:03:35 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-23 21:07:27 +0800 |
| commit | 96aa7e23766ffd038a43638ab0b60d04942f0430 (patch) | |
| tree | d123cd1a4b0da5472c897e8b0944f700b8dad161 /dev_tools/Cargo.toml | |
| parent | 270217d5e0e7de1d1cac5b634b1e9c54b197e0ce (diff) | |
Parallelize markdown code block verification
Diffstat (limited to 'dev_tools/Cargo.toml')
| -rw-r--r-- | dev_tools/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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"] } |
