mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
29f12f3f48
* upgrade codec and bitvec * "Update Substrate" Co-authored-by: parity-processbot <>
17 lines
349 B
TOML
17 lines
349 B
TOML
[package]
|
|
name = "xcm"
|
|
version = "0.8.22"
|
|
authors = ["Parity Technologies x<admin@parity.io>"]
|
|
description = "The basic XCM datastructures."
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
parity-scale-codec = { version = "2.0.0", default-features = false, features = [ "derive" ] }
|
|
|
|
[features]
|
|
default = ["std"]
|
|
wasm-api = []
|
|
std = [
|
|
"parity-scale-codec/std",
|
|
]
|