From 704ddcf42aa87fd285515149232f45fc6bc98e80 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Wed, 9 Oct 2024 04:54:59 +0400 Subject: remove deps for nir --- graph-checker/Cargo.toml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'graph-checker/Cargo.toml') diff --git a/graph-checker/Cargo.toml b/graph-checker/Cargo.toml index 6e5cb1b..4c7bc06 100644 --- a/graph-checker/Cargo.toml +++ b/graph-checker/Cargo.toml @@ -6,16 +6,10 @@ links = "nauty" build = "build.rs" [dependencies] -actix-web = "4.9.0" -clap = { version = "4.5.17", features = ["derive", "env"] } dotenv = "0.15.0" -egui = { version = "0.28.1", features = ["rayon", "serde"] } futures = "0.3.30" rayon = "1.10.0" -reqwest = "0.12.7" runtime-tokio = "0.0.0" -serde = { version = "1.0.209", features = ["derive"] } -serde_json = "1.0.128" sqlx = { version = "0.8.2", features = ["runtime-tokio", "sqlite"] } tokio = { version = "1.40.0", features = ["full"] } -- cgit v1.2.3