mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-05-09 01:37:56 +00:00
12 lines
427 B
TOML
12 lines
427 B
TOML
[package]
|
|
name = "common"
|
|
version = "0.1.0"
|
|
authors = ["Anonymous"]
|
|
edition.workspace = true
|
|
description = "Logic which is common to all runtimes"
|
|
license = "Apache-2.0"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.3.0", default-features = false } |