From 4a59d3d58e8a87c0b176b9ef0a6d8fa65d8e1f03 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Fri, 11 Oct 2024 13:50:52 +0400 Subject: fix: remove dependencies --- graph-checker/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) (limited to 'graph-checker/Cargo.toml') diff --git a/graph-checker/Cargo.toml b/graph-checker/Cargo.toml index 4c7bc06..77a6bb8 100644 --- a/graph-checker/Cargo.toml +++ b/graph-checker/Cargo.toml @@ -8,8 +8,6 @@ build = "build.rs" [dependencies] dotenv = "0.15.0" futures = "0.3.30" -rayon = "1.10.0" -runtime-tokio = "0.0.0" sqlx = { version = "0.8.2", features = ["runtime-tokio", "sqlite"] } tokio = { version = "1.40.0", features = ["full"] } -- cgit v1.2.3