Files
pezkuwi-subxt/substrate/primitives/maybe-compressed-blob/Cargo.toml
T
Nazar Mokrynskyi e5c33d8aa4 Update wasmtime to 0.35.3 (#11058)
* Update wasmtime to 0.35.2 and default `zstd` features in all crates

* Update wasmtime to 0.35.3
2022-04-14 15:07:36 +02:00

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.10.0", default-features = false }