mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 03:31:05 +00:00
7a99a18d1d
* bump version and unify spec version * bump substrate * spec_version to 900
19 lines
467 B
TOML
19 lines
467 B
TOML
[package]
|
|
name = "xcm"
|
|
version = "0.9.0"
|
|
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",
|
|
]
|