mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 13:37:57 +00:00
client: add missing features
This commit is contained in:
+2
-2
@@ -24,8 +24,8 @@ serde_json = "1"
|
||||
|
||||
sc-client-db = { git = "https://github.com/paritytech/substrate.git", branch = "master" }
|
||||
sp-keyring = { git = "https://github.com/paritytech/substrate.git", branch = "master" }
|
||||
sc-network = { git = "https://github.com/paritytech/substrate.git", branch = "master", default-features = false }
|
||||
sc-service = { git = "https://github.com/paritytech/substrate.git", branch = "master", default-features = false }
|
||||
sc-network = { git = "https://github.com/paritytech/substrate.git", branch = "master" }
|
||||
sc-service = { git = "https://github.com/paritytech/substrate.git", branch = "master" }
|
||||
|
||||
tokio = { version = "1.10", features = ["rt-multi-thread"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user