mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 19:47:59 +00:00
7a2165cff2
* Don't clutter the output that much * Support building from `crates` or from `path` * Upgrade the versions * Update `Cargo.lock`
18 lines
404 B
TOML
18 lines
404 B
TOML
[package]
|
|
name = "substrate-wasm-builder"
|
|
version = "1.0.2"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Utility for building WASM binaries"
|
|
edition = "2018"
|
|
readme = "README.md"
|
|
repository = "https://github.com/paritytech/substrate"
|
|
license = "GPL-3.0"
|
|
|
|
[dependencies]
|
|
build-helper = "0.1.1"
|
|
cargo_metadata = "0.8"
|
|
tempfile = "3.1.0"
|
|
toml = "0.5.1"
|
|
walkdir = "2.2.8"
|
|
fs2 = "0.4.3"
|