mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 00:31:02 +00:00
Make relay generic over source/target chains (#58)
* renamed to-be-generic files * make everything required generic over source/target chains * some more fixes * cargo fmt --all * trait functions -> trait constants * cargo --fmt --all
This commit is contained in:
committed by
Bastian Köcher
parent
c6c46462ab
commit
d631178e41
@@ -15,6 +15,7 @@ futures = "0.3.1"
|
||||
jsonrpsee = { git = "https://github.com/paritytech/jsonrpsee.git", default-features = false, features = ["http"] }
|
||||
linked-hash-map = "0.5.2"
|
||||
log = "0.4.8"
|
||||
num-traits = "0.2"
|
||||
parking_lot = "0.10.0"
|
||||
rustc-hex = "2.0.1"
|
||||
serde = { version = "1.0.106", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user