Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pawarherschel authored Mar 23, 2024
1 parent 1c9a683 commit 3f6fda3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3f6fda3

Please sign in to comment.