Add the XCM primitives crate. (#1760)

Co-authored-by: Gavin Wood <gavin@parity.io>

Co-authored-by: Gavin Wood <gavin@parity.io>
This commit is contained in:
Sergei Shulepov
2020-09-28 16:28:03 +02:00
committed by GitHub
parent 9756b2d676
commit 5d4eb6bdce
10 changed files with 1058 additions and 4 deletions
+9
View File
@@ -0,0 +1,9 @@
[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" ] }