Files
pez-solochain-template/Cargo.toml
T
2024-06-24 12:50:56 +00:00

18 lines
404 B
TOML

[workspace.package]
license = "MIT-0"
authors = ["Parity Technologies <admin@parity.io>"]
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/polkadot-sdk-solochain-template.git"
edition = "2021"
[workspace]
members = [
"node",
"pallets/template",
"runtime",
]
resolver = "2"
[workspace.dependencies]
serde_json = { version = "1.0.114", default-features = false }