mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 04:28:00 +00:00
f0b72b9104
* add subxt to subxt-signer default features * distinguish between native and web in signer * fix formatting and clippy * rustfmt
18 lines
508 B
TOML
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"
|