This commit is contained in:
NachoPal
2022-08-05 18:07:58 +02:00
committed by Ignacio Palacios
parent 45d338cb7c
commit afb02cbb58
15 changed files with 1157 additions and 11 deletions
+2
View File
@@ -6,6 +6,7 @@ edition = "2021"
[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [ "derive" ] }
log = { version = "0.4.17", default-features = false }
# Substrate
frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.27" }
@@ -37,4 +38,5 @@ std = [
"polkadot-parachain/std",
"polkadot-primitives/std",
"cumulus-primitives-core/std",
"xcm-executor/std",
]