Skip to content

Commit

Permalink
fixed mongodb import
Browse files Browse the repository at this point in the history
  • Loading branch information
ezTxmMC committed Aug 19, 2024
1 parent 72444fc commit 602afe6
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,12 @@ serde = { version = "1.0.202", features = ["derive"] }
serde_json = "1.0.117"
reqwest = { version = "0.12.4", features = ["blocking", "json"] }
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] }
sqlx = { version = "0.7.4", features = [ "mysql", "runtime-async-std" ] }
sqlx = { version = "0.7.4", features = ["mysql", "runtime-async-std"] }

[dependencies.uuid]
version = "1.8.0"
features = [
"v4",
"fast-rng",
"macro-diagnostics"
]
features = ["v4", "fast-rng", "macro-diagnostics"]

[dependencies.mongodb]
version = "3.0.1"
features = ["tokio-runtime"]
features = ["sync"]

0 comments on commit 602afe6

Please sign in to comment.