Files
pezkuwi-subxt/substrate/utils/wasm-builder/Cargo.toml
T
Benjamin Kampmann c412c6230e Cargo.toml fixups for the release (#4975)
* setting versions to development pre-release

fixing version in dependencies

* unset already released wasm-builder

* do not publish test crates

* adding licenses

* setting homepage metadata

* set repository url
2020-02-21 17:07:00 +01:00

21 lines
481 B
TOML

[package]
name = "substrate-wasm-builder"
version = "1.0.9"
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"
homepage = "https://substrate.dev"
[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"