Add subxt feature in subxt-signer crate to default features (#1193)

* add subxt to subxt-signer default features

* distinguish between native and web in signer

* fix formatting and clippy

* rustfmt
This commit is contained in:
Tadeo Hepperle
2023-10-06 15:54:14 +02:00
committed by GitHub
parent 761fee0b07
commit f0b72b9104
8 changed files with 15 additions and 15 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"