From 07b9e352323e8b067b0bdb1f66cf0ee843677a0a Mon Sep 17 00:00:00 2001 From: hawkadrian Date: Fri, 3 Jan 2025 03:14:13 +0200 Subject: [PATCH] Update Cargo.toml --- crates/eval/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/eval/Cargo.toml b/crates/eval/Cargo.toml index 2e9ebd42ca..ba059edfd1 100644 --- a/crates/eval/Cargo.toml +++ b/crates/eval/Cargo.toml @@ -23,3 +23,4 @@ slack-rust = { package = "slack-rust-rs", version = "0.0.1" } tokio = { version = "1.39.0", features = ["full"] } reqwest = { version = "0.12.4", features = ["json"] } serde_json = { workspace = true } +rayon = "1.8"