Files
pezkuwi-subxt/substrate/utils/wasm-builder/Cargo.toml
T
pscott 408455f8bc Build for only one target for docs.rs (#5427)
* Add docs.rs metadata to all cargo.toml files

* Remove docs.rs metada in substrate's cargo.toml
2020-03-30 09:46:30 +02:00

25 lines
568 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"
itertools = "0.8.2"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]