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

1
Cargo.lock generated
View File

@@ -8893,6 +8893,7 @@ name = "tendermint-machine"
version = "0.1.0"
dependencies = [
"async-trait",
"futures",
"parity-scale-codec",
"sp-runtime",
"thiserror",