mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 23:21:02 +00:00
99e4ee3ab8
- Renamed all subxt crates to pezkuwi-subxt - Updated internal references - Configured for Pezkuwi ecosystem
15 lines
354 B
TOML
15 lines
354 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]
|
|
substrate-runner = { workspace = true }
|