Remove lazy_static for proper use of channels

This commit is contained in:
Luke Parker
2023-09-25 18:23:39 -04:00
parent 62a1a45135
commit 77f7794452
5 changed files with 43 additions and 47 deletions

View File

@@ -15,7 +15,6 @@ rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
async-trait = "0.1"
lazy_static = "1"
zeroize = "^1.5"
rand_core = "0.6"