summaryrefslogtreecommitdiff
path: root/graph-checker/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Guschin <guschin@altlinux.org>2024-10-11 13:50:52 +0400
committerAndrew Guschin <guschin@altlinux.org>2024-10-11 13:50:52 +0400
commit4a59d3d58e8a87c0b176b9ef0a6d8fa65d8e1f03 (patch)
treed320a8483377afa2c22855af22fe312e5c39b759 /graph-checker/Cargo.toml
parentc3deb1239b46ed39d64cadb28835e5e22f58d597 (diff)
fix: remove dependencies
Diffstat (limited to 'graph-checker/Cargo.toml')
-rw-r--r--graph-checker/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
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"] }