mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 08:51:09 +00:00
Use async-trait (#264)
* Use async-trait * Use async-trait for store trait too
This commit is contained in:
@@ -24,6 +24,7 @@ tokio02 = ["jsonrpsee-http-client/tokio02"]
|
||||
tokio1 = ["jsonrpsee-http-client/tokio1"]
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.49"
|
||||
log = "0.4.14"
|
||||
thiserror = "1.0.24"
|
||||
futures = "0.3.13"
|
||||
|
||||
Reference in New Issue
Block a user