mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 01:27:56 +00:00
99e4ee3ab8
- Renamed all subxt crates to pezkuwi-subxt - Updated internal references - Configured for Pezkuwi ecosystem
12 lines
256 B
TOML
12 lines
256 B
TOML
[package]
|
|
name = "parachain-example"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[workspace]
|
|
|
|
[dependencies]
|
|
subxt = { path = "../../subxt" }
|
|
subxt-signer = { path = "../../signer" }
|
|
tokio = { version = "1.44.2", features = ["macros", "rt-multi-thread", "time"] }
|