mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-12 14:09:25 +00:00
Use futures mpsc instead of tokio
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user