mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-15 07:55:45 +00:00
8e1b72c065
Bumps [paste](https://github.com/dtolnay/paste) from 1.0.5 to 1.0.6. - [Release notes](https://github.com/dtolnay/paste/releases) - [Commits](https://github.com/dtolnay/paste/compare/1.0.5...1.0.6) --- updated-dependencies: - dependency-name: paste dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
21 lines
792 B
TOML
21 lines
792 B
TOML
[package]
|
|
name = "xcm-simulator"
|
|
version = "0.9.12"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Test kit to simulate cross-chain message passing and XCM execution"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
codec = { package = "parity-scale-codec", version = "2.0.0" }
|
|
paste = "1.0.6"
|
|
|
|
frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sp-std = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
|
|
xcm = { path = "../" }
|
|
xcm-executor = { path = "../xcm-executor" }
|
|
polkadot-core-primitives = { path = "../../core-primitives"}
|
|
polkadot-parachain = { path = "../../parachain" }
|
|
polkadot-runtime-parachains = { path = "../../runtime/parachains" }
|