mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 18:07:58 +00:00
025e1d76f1
* Bump `wasmtime` to 0.37.0 and `zstd` to 0.11.2 * Bump `wasmtime` to 0.38.0
16 lines
495 B
TOML
16 lines
495 B
TOML
[package]
|
|
name = "sp-maybe-compressed-blob"
|
|
version = "4.1.0-dev"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
homepage = "https://substrate.io"
|
|
repository = "https://github.com/paritytech/substrate/"
|
|
description = "Handling of blobs, usually Wasm code, which may be compresed"
|
|
documentation = "https://docs.rs/sp-maybe-compressed-blob"
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
thiserror = "1.0"
|
|
zstd = { version = "0.11.2", default-features = false }
|