mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
101366a351
Bumps [cargo_metadata](https://github.com/oli-obk/cargo_metadata) from 0.13.1 to 0.14.1. - [Release notes](https://github.com/oli-obk/cargo_metadata/releases) - [Commits](https://github.com/oli-obk/cargo_metadata/compare/v0.13.1...0.14.1) --- updated-dependencies: - dependency-name: cargo_metadata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
24 lines
648 B
TOML
24 lines
648 B
TOML
[package]
|
|
name = "substrate-wasm-builder"
|
|
version = "5.0.0-dev"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Utility for building WASM binaries"
|
|
edition = "2021"
|
|
readme = "README.md"
|
|
repository = "https://github.com/paritytech/substrate/"
|
|
license = "Apache-2.0"
|
|
homepage = "https://substrate.io"
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
[dependencies]
|
|
build-helper = "0.1.1"
|
|
cargo_metadata = "0.14.1"
|
|
tempfile = "3.1.0"
|
|
toml = "0.5.4"
|
|
walkdir = "2.3.2"
|
|
wasm-gc-api = "0.1.11"
|
|
ansi_term = "0.12.1"
|
|
sp-maybe-compressed-blob = { version = "4.1.0-dev", path = "../../primitives/maybe-compressed-blob" }
|