unique-network
refs/commits
1f2f30233a3b
Cargo.toml
1[workspace]2resolver = "2"3members = [4 'node/*',5 'pallets/*',6 'client/*',7 'primitives/*',8 'crates/*',9 'runtime/tests',10]11exclude = [12 "runtime/unique",13 "runtime/quartz"14]15[profile.release]16panic = 'unwind'