Files
pezkuwi-subxt/examples/parachain-example/Cargo.toml
T
Tadeo Hepperle f0b72b9104 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
2023-10-06 15:54:14 +02:00

18 lines
508 B
TOML

[package]
name = "parachain-example"
version = "0.1.0"
edition = "2021"
[workspace]
[dependencies]
subxt = { path = "../../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"
sp-runtime = "24.0.0"
codec = { package = "parity-scale-codec", version = "3.4.0", default-features = false }
scale-decode = "0.7.0"
scale-encode = "0.3.0"