mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 18:07:58 +00:00
3717ec3802
Related https://github.com/paritytech/polkadot-sdk/issues/3032 --- Using https://github.com/liamaharon/cargo-workspace-version-tools/ `cargo run -- sync --path ../polkadot-sdk` --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
29 lines
669 B
TOML
29 lines
669 B
TOML
[package]
|
|
name = "substrate-wasm-builder"
|
|
version = "17.0.0"
|
|
authors.workspace = true
|
|
description = "Utility for building WASM binaries"
|
|
edition.workspace = true
|
|
repository.workspace = true
|
|
license = "Apache-2.0"
|
|
homepage = "https://substrate.io"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
[dependencies]
|
|
build-helper = "0.1.1"
|
|
cargo_metadata = "0.15.4"
|
|
console = "0.15.8"
|
|
strum = { version = "0.24.1", features = ["derive"] }
|
|
tempfile = "3.1.0"
|
|
toml = "0.8.8"
|
|
walkdir = "2.4.0"
|
|
sp-maybe-compressed-blob = { path = "../../primitives/maybe-compressed-blob" }
|
|
filetime = "0.2.16"
|
|
wasm-opt = "0.116"
|
|
parity-wasm = "0.45"
|