mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-06 23:07:22 +00:00
fc1153681e
* Land XCM Builder * Clean up Cargo dependencies Co-authored-by: Gavin Wood <gavin@parity.io>
17 lines
355 B
TOML
17 lines
355 B
TOML
[package]
|
|
name = "xcm"
|
|
version = "0.8.22"
|
|
authors = ["Parity Technologies x<admin@parity.io>"]
|
|
description = "The basic XCM datastructures."
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
codec = { package = "parity-scale-codec", version = "1.3.5", default-features = false, features = [ "derive" ] }
|
|
|
|
[features]
|
|
default = ["std"]
|
|
wasm-api = []
|
|
std = [
|
|
"codec/std",
|
|
]
|