mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 11:47:56 +00:00
7af0bcd262
- Replace PolkadotConfig with PezkuwiConfig - Replace SubstrateConfig with BizinikiwConfig - Rename config module files (polkadot.rs→pezkuwi.rs, substrate.rs→bizinikiwi.rs) - Update all documentation and examples - All 165 files updated, cargo check passes
15 lines
355 B
TOML
15 lines
355 B
TOML
[package]
|
|
name = "artifacts"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
documentation.workspace = true
|
|
homepage.workspace = true
|
|
description = "Internal tool to regenerate artifacts"
|
|
|
|
[dependencies]
|
|
bizinikiwi-runner = { workspace = true }
|