mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-22 04:27:56 +00:00
15 lines
316 B
TOML
15 lines
316 B
TOML
[workspace]
|
|
members = [ "node", "pallets/template", "runtime"]
|
|
package.edition = "2021"
|
|
package.repository = "https://github.com/paritytech/polkadot-sdk"
|
|
resolver = "2"
|
|
|
|
[profile.release]
|
|
panic = "unwind"
|
|
|
|
|
|
[workspace.lints.clippy]
|
|
type_complexity = "allow"
|
|
too_many_arguments = "allow"
|
|
large_enum_variant = "allow"
|