mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 18:07:58 +00:00
51f9bb3c0e
* bumping version * cargo update * adding changelog
16 lines
401 B
TOML
16 lines
401 B
TOML
[package]
|
|
name = "substrate-wasm-builder-runner"
|
|
version = "1.0.5"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Runner for substrate-wasm-builder"
|
|
edition = "2018"
|
|
readme = "README.md"
|
|
repository = "https://github.com/paritytech/substrate/"
|
|
license = "GPL-3.0"
|
|
homepage = "https://substrate.dev"
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
[dependencies]
|