Use an async Mutex for the Monero distribution

Enables safe async/thread-safe usage.
This commit is contained in:
Luke Parker
2023-03-12 04:13:43 -04:00
parent f5fa6f020d
commit 14203bbb46
3 changed files with 46 additions and 32 deletions

View File

@@ -12,6 +12,8 @@ all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
futures = "0.3"
hex-literal = "0.3"
lazy_static = "1"
thiserror = "1"