solutions/Cargo.toml

10 lines
139 B
TOML
Executable File

[workspace]
members = [
"node",
"pallets/template",
"pallets/zkp_verify",
"runtime",
]
[profile.release]
panic = "unwind"