Now using parking_lot's mutex in import and export

This commit is contained in:
2023-06-11 15:32:49 +03:00
parent e1fb440991
commit d3a55ea702
4 changed files with 45 additions and 9 deletions

View File

@@ -21,6 +21,7 @@ futures = "0.3.28"
itertools = "0.10.5"
log = "0.4.17"
migration = { version = "0.2.0", path = "migration" }
parking_lot = "0.12.1"
pretty_env_logger = "0.5.0"
rayon = "1.7.0"
sea-orm = { version = "0.11.3", features = ["sqlx-mysql", "runtime-tokio-rustls"] }