mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
f01781a902
Followup of https://github.com/paritytech/polkadot-sdk/pull/2217 This PR deletes the README of the `wasm-builder` crate and moves its docs back into the rustdoc, [as requested here](https://github.com/paritytech/polkadot-sdk/pull/2217#discussion_r1406401175). (:
26 lines
648 B
TOML
26 lines
648 B
TOML
[package]
|
|
name = "substrate-wasm-builder"
|
|
version = "5.0.0-dev"
|
|
authors.workspace = true
|
|
description = "Utility for building WASM binaries"
|
|
edition.workspace = true
|
|
repository.workspace = true
|
|
license = "Apache-2.0"
|
|
homepage = "https://substrate.io"
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
[dependencies]
|
|
ansi_term = "0.12.1"
|
|
build-helper = "0.1.1"
|
|
cargo_metadata = "0.15.4"
|
|
strum = { version = "0.24.1", features = ["derive"] }
|
|
tempfile = "3.1.0"
|
|
toml = "0.7.3"
|
|
walkdir = "2.3.2"
|
|
sp-maybe-compressed-blob = { path = "../../primitives/maybe-compressed-blob" }
|
|
filetime = "0.2.16"
|
|
wasm-opt = "0.116"
|
|
parity-wasm = "0.45"
|