Use futures mpsc instead of tokio

This commit is contained in:
Luke Parker
2022-11-08 21:14:03 -05:00
parent 16a2c9a2dc
commit 56a21ca6a6
5 changed files with 137 additions and 113 deletions

View File

@@ -13,6 +13,7 @@ thiserror = "1"
parity-scale-codec = { version = "3.2", features = ["derive"] }
futures = "0.3"
tokio = { version = "1", features = ["macros", "sync", "time", "rt"] }
sp-runtime = { git = "https://github.com/serai-dex/substrate", version = "6.0.0", optional = true }