mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 18:07:58 +00:00
12 lines
242 B
TOML
12 lines
242 B
TOML
[package]
|
|
name = "polkadot-runtime-codec"
|
|
description = "Serialization and deserialization codec for runtime values"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
|
|
[features]
|
|
std = []
|
|
default = ["std"]
|