Files
pezkuwi-subxt/substrate/core/utils/wasm-builder/Cargo.toml
T
Bastian Köcher 7b87cd206b Implement support for patch section in wasm-builder (#3599)
* Implement support for `patch` section in wasm-builder

* Update core/utils/wasm-builder/src/wasm_project.rs

* Support patch by path

* Go down to the actual data
2019-09-12 21:59:18 +02:00

18 lines
404 B
TOML

[package]
name = "substrate-wasm-builder"
version = "1.0.6"
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.3"
walkdir = "2.2.9"
fs2 = "0.4.3"