diff --git a/.github/workflows/Cargo.toml b/.github/workflows/Cargo.toml index fcc13ef..8acf83b 100644 --- a/.github/workflows/Cargo.toml +++ b/.github/workflows/Cargo.toml @@ -14,13 +14,11 @@ name = "vrcx-insights" path = "../../src/main.rs" [dependencies] -sqlx = { version = "0.7.2", features = ["runtime-async-std", "sqlite", "chrono"] } -indicatif = { version = "0.17.7", features = ["rayon"] } -rayon = { version = "1.8.0" } -async-compat = "0.2.3" -smol = "1.3.0" +sqlx = { version = "0.7.2", features = ["sqlite", "chrono", "runtime-tokio"] } serde = { version = "1.0.192", features = ["derive"] } ron = "0.8.1" +petgraph = "0.6.4" +tokio = { version = "1.36.0", features = ["full", "rt-multi-thread"] } [target.x86_64-pc-windows-gnu] linker = "x86_64-w64-mingw32-gcc"