mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
extract out runtime-codec to a separate crate
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
[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]
|
||||
no-std = []
|
||||
default = []
|
||||
Reference in New Issue
Block a user