unique-network
refs/commits
4d3db423a247
#c801a90
#c12df15
Exclude unique and quartz runtimes from the workspace
Cargo.toml
1[workspace]2resolver = "2"3members = [4 'node/*',5 'pallets/*',6 'client/*',7 'primitives/*',8 'runtime/*',9 'crates/*',10]11[profile.release]12panic = 'unwind'