add subxt to subxt-signer default features

This commit is contained in:
Tadeo hepperle
2023-10-06 10:27:02 +02:00
parent 919b866c0f
commit 26b203dede
6 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
subxt = { path = "../../subxt" }
subxt-signer = { path = "../../signer", features = ["subxt"] }
subxt-signer = { path = "../../signer" }
futures = { version = "0.3.27", default-features = false, features = ["std"] }
tokio = { version = "1.28", features = ["macros", "time", "rt-multi-thread"] }
sp-core = "21.0.0"