mirror of
https://github.com/pezkuwichain/pez-minimal-template.git
synced 2026-04-21 23:47:57 +00:00
18 lines
402 B
TOML
18 lines
402 B
TOML
[workspace.package]
|
|
license = "MIT-0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
homepage = "https://substrate.io"
|
|
repository = "https://github.com/paritytech/polkadot-sdk-minimal-template.git"
|
|
edition = "2021"
|
|
|
|
[workspace]
|
|
members = [
|
|
"node",
|
|
"pallets/template",
|
|
"runtime",
|
|
]
|
|
resolver = "2"
|
|
|
|
[workspace.dependencies]
|
|
serde_json = { version = "1.0.114", default-features = false }
|