mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 02:08:02 +00:00
129c9ed09e
* Remove the last bits of unknown_os in the code base * Fmt
15 lines
477 B
TOML
15 lines
477 B
TOML
[package]
|
|
name = "sp-maybe-compressed-blob"
|
|
version = "4.0.0-dev"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
license = "Apache-2.0"
|
|
homepage = "https://substrate.dev"
|
|
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]
|
|
zstd = { version = "0.6.0", default-features = false }
|