mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 09:17:58 +00:00
d233ad55ad
* Implement color output for wasm builder * Fix `Cargo.lock`
20 lines
445 B
TOML
20 lines
445 B
TOML
[package]
|
|
name = "substrate-wasm-builder"
|
|
version = "1.0.8"
|
|
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.9.0"
|
|
tempfile = "3.1.0"
|
|
toml = "0.5.4"
|
|
walkdir = "2.2.9"
|
|
fs2 = "0.4.3"
|
|
wasm-gc-api = "0.1.11"
|
|
atty = "0.2.13"
|