mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 15:11:02 +00:00
c9102c11a4
* Introduce plurality XCM locations * Add RelayedFrom * DMP dispatch weight handling. * Add pallet for XCM sending, add routing logic. * Update error types & doc * Fix warnings. * Fixes * Fixes * Fixes * Bump Substrate * Fixes * Docs * Docs * Docs * Fixes * Fixes * Fixes * Update xcm/pallet-xcm/src/lib.rs Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com> * Docs * Fixes * Update lib.rs * Fixes Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
19 lines
468 B
TOML
19 lines
468 B
TOML
[package]
|
|
name = "xcm"
|
|
version = "0.8.30"
|
|
authors = ["Parity Technologies x<admin@parity.io>"]
|
|
description = "The basic XCM datastructures."
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
impl-trait-for-tuples = "0.2.0"
|
|
parity-scale-codec = { version = "2.0.0", default-features = false, features = [ "derive" ] }
|
|
derivative = {version = "2.2.0", default-features = false, features = [ "use_core" ] }
|
|
|
|
[features]
|
|
default = ["std"]
|
|
wasm-api = []
|
|
std = [
|
|
"parity-scale-codec/std",
|
|
]
|